#845E24

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

Shades of Hot Curry #845E24

Tints of Hot Curry #845E24

Color information

#845E24 (or 0x845E24) is unknown color: approx Hot Curry. HEX triplet: 84, 5E and 24. RGB value is (132,94,36). Sum of RGB (Red+Green+Blue) = 132+94+36=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #845E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E24 is #7BA1DB. Grayscale: #636363. Windows color (decimal): -8102364 or 2383492. OLE color: 2383492.

HSL color Cylindrical-coordinate representation of color #845E24: hue angle of 36.25º 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 #845E24 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1329436-
CMYK00.290.730.48
HSL36.25º57.14%32.94%-
HSV(B)36.25º72.73%51.76%-
XYZ13.8413.043.46-
YUV98.7592.59151.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=50.38%
G=35.88%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132943600.290.730.4836.2557.1432.94
Hex845E2401D4930243921
Octal2041364403511160447141
Binary1000010010111101001000111011001001110000100100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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