#845E31

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

Shades of Hot Curry #845E31

Tints of Hot Curry #845E31

Color information

#845E31 (or 0x845E31) is unknown color: approx Hot Curry. HEX triplet: 84, 5E and 31. RGB value is (132,94,49). Sum of RGB (Red+Green+Blue) = 132+94+49=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #845E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E31 is #7BA1CE. Grayscale: #646464. Windows color (decimal): -8102351 or 3235460. OLE color: 3235460.

HSL color Cylindrical-coordinate representation of color #845E31: hue angle of 32.53º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #845E31 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1329449-
CMYK00.290.630.48
HSL32.53º45.86%35.49%-
HSV(B)32.53º62.88%51.76%-
XYZ14.0713.134.7-
YUV100.2399.09150.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 49 (19.53% from 255) = 17.82%
R=48%
G=34.18%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132944900.290.630.4832.5345.8635.49
Hex845E3101D3F30212e23
Octal204136610357760415643
Binary100001001011110110001011101111111110000100001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,94,49); }

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

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

 a { background-color: rgb(132,94,49); }

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

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

 span { border-color: rgb(132,94,49); }

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