#845A17

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

Shades of Hot Curry #845A17

Tints of Hot Curry #845A17

Color information

#845A17 (or 0x845A17) is unknown color: approx Hot Curry. HEX triplet: 84, 5A and 17. RGB value is (132,90,23). Sum of RGB (Red+Green+Blue) = 132+90+23=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #845A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845A17 is #7BA5E8. Grayscale: #5F5F5F. Windows color (decimal): -8103401 or 1530500. OLE color: 1530500.

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

Color convert

RGB1329023-
CMYK00.320.830.48
HSL36.88º70.32%30.39%-
HSV(B)36.88º82.58%51.76%-
XYZ13.3312.282.48-
YUV94.9287.41154.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 23 (9.38% from 255) = 9.39%
R=53.88%
G=36.73%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132902300.320.830.4836.8870.3230.39
Hex845A17020533025461e
Octal20413227040123604510636
Binary1000010010110101011101000001010011110000100101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,90,23); }

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

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

 a { background-color: rgb(132,90,23); }

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

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

 span { border-color: rgb(132,90,23); }

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