#845A24

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

Shades of Hot Curry #845A24

Tints of Hot Curry #845A24

Color information

#845A24 (or 0x845A24) is unknown color: approx Hot Curry. HEX triplet: 84, 5A and 24. RGB value is (132,90,36). Sum of RGB (Red+Green+Blue) = 132+90+36=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #845A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A24 is #7BA5DB. Grayscale: #606060. Windows color (decimal): -8103388 or 2382468. OLE color: 2382468.

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

Color convert

RGB1329036-
CMYK00.320.730.48
HSL33.75º57.14%32.94%-
HSV(B)33.75º72.73%51.76%-
XYZ13.4912.353.34-
YUV96.493.91153.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 36 (14.45% from 255) = 13.95%
R=51.16%
G=34.88%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132903600.320.730.4833.7557.1432.94
Hex845A240204930223921
Octal2041324404011160427141
Binary10000100101101010010001000001001001110000100010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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