#845B15

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

Shades of Hot Curry #845B15

Tints of Hot Curry #845B15

Color information

#845B15 (or 0x845B15) is unknown color: approx Hot Curry. HEX triplet: 84, 5B and 15. RGB value is (132,91,21). Sum of RGB (Red+Green+Blue) = 132+91+21=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #845B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845B15 is #7BA4EA. Grayscale: #5F5F5F. Windows color (decimal): -8103147 or 1399684. OLE color: 1399684.

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

Color convert

RGB1329121-
CMYK00.310.840.48
HSL37.84º72.55%30%-
HSV(B)37.84º84.09%51.76%-
XYZ13.3912.442.41-
YUV95.2886.08154.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=54.10%
G=37.30%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132912100.310.840.4837.8472.5530
Hex845B1501F543026491e
Octal20413325037124604611136
Binary100001001011011101010111111010100110000100110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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