#845D1F

Color #845D1F Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #845D1F

Tints of Hot Curry #845D1F

Color information

#845D1F (or 0x845D1F) is unknown color: approx Hot Curry. HEX triplet: 84, 5D and 1F. RGB value is (132,93,31). Sum of RGB (Red+Green+Blue) = 132+93+31=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #845D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D1F is #7BA2E0. Grayscale: #616161. Windows color (decimal): -8102625 or 2055556. OLE color: 2055556.

HSL color Cylindrical-coordinate representation of color #845D1F: hue angle of 36.83º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #845D1F is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1329331-
CMYK00.300.770.48
HSL36.83º61.96%31.96%-
HSV(B)36.83º76.52%51.76%-
XYZ13.6812.833.05-
YUV97.5990.42152.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 51.56%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 31 (12.5% from 255) = 12.11%
R=51.56%
G=36.33%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132933100.300.770.4836.8361.9631.96
Hex845D1F01E4D30253e20
Octal2041353703611560457640
Binary100001001011101111110111101001101110000100101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845D1F; }

 p { color: rgb(132,93,31); }

 H1.HeaderClassName
 {
   color: #845D1F;
 }
 .AnyTagClassName
 {
   color: #845D1F;
 }
</style>
background-color css

<style>
 a { background-color: #845D1F; }

 a { background-color: rgb(132,93,31); }

 div.DivClassName
 {
   background-color: #845D1F;
 }
 .BgClassName
 {
   background-color: #845D1F;
 }
</style>
border-color css

<style>
 span { border-color: #845D1F; }

 span { border-color: rgb(132,93,31); }

 td.TdClassName
 {
   border-color: #845D1F;
 }
 .TagClassName
 {
   border-color: #845D1F;
 }
</style>