Shades of Hot Curry #845A1E
Tints of Hot Curry #845A1E
RGB
CMYK
RGB Variations
Color information
#845A1E (or 0x845A1E) is known color: Hot Curry. HEX triplet: 84, 5A and 1E. RGB value is (132,90,30). Sum of RGB (Red+Green+Blue) = 132+90+30=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #845A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A1E is #7BA5E1. Grayscale: #5F5F5F. Windows color (decimal): -8103394 or 1989252. OLE color: 1989252.
HSL color Cylindrical-coordinate representation of color #845A1E: hue angle of 35.29º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #845A1E is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 30 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.48 |
| HSL | 35.29º | 0.63% | 0.32% | - |
| HSV(B) | 35.29º | 0.77% | 0.52% | - |
| XYZ | 13.41 | 12.31 | 2.9 | - |
| YUV | 95.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 30 | 0 | 0.32 | 0.77 | 0.48 | 35.29 | 0.63 | 0.32 |
| Hex | 84 | 5A | 1E | 0 | 20 | 4D | 30 | 23 | 3F | 20 |
| Octal | 204 | 132 | 36 | 0 | 40 | 115 | 60 | 43 | 77 | 40 |
| Binary | 10000100 | 1011010 | 11110 | 0 | 100000 | 1001101 | 110000 | 100011 | 111111 | 100000 |
Color Harmonies of #845A1E
Complementary color
Monochromatic Colors of #845A1E
Black with #845A1E
Text Example
Text Example
White with #845A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A1E; }
p { color: rgb(132,90,30); }
H1.HeaderClassName
{
color: #845A1E;
}
.AnyTagClassName
{
color: #845A1E;
}
</style>
background-color css
<style>
a { background-color: #845A1E; }
a { background-color: rgb(132,90,30); }
div.DivClassName
{
background-color: #845A1E;
}
.BgClassName
{
background-color: #845A1E;
}
</style>
border-color css
<style>
span { border-color: #845A1E; }
span { border-color: rgb(132,90,30); }
td.TdClassName
{
border-color: #845A1E;
}
.TagClassName
{
border-color: #845A1E;
}
</style>