#845B18

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

Shades of Hot Curry #845B18

Tints of Hot Curry #845B18

Color information

#845B18 (or 0x845B18) is unknown color: approx Hot Curry. HEX triplet: 84, 5B and 18. RGB value is (132,91,24). Sum of RGB (Red+Green+Blue) = 132+91+24=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #845B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845B18 is #7BA4E7. Grayscale: #5F5F5F. Windows color (decimal): -8103144 or 1596292. OLE color: 1596292.

HSL color Cylindrical-coordinate representation of color #845B18: hue angle of 37.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #845B18 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB1329124-
CMYK00.310.820.48
HSL37.22º69.23%30.59%-
HSV(B)37.22º81.82%51.76%-
XYZ13.4212.452.56-
YUV95.6287.58153.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=53.44%
G=36.84%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132912400.310.820.4837.2269.2330.59
Hex845B1801F523025451f
Octal20413330037122604510537
Binary100001001011011110000111111010010110000100101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,91,24); }

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

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

 a { background-color: rgb(132,91,24); }

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

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

 span { border-color: rgb(132,91,24); }

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