Shades of Hot Curry #845C16
Tints of Hot Curry #845C16
RGB
CMYK
RGB Variations
Color information
#845C16 (or 0x845C16) is known color: Hot Curry. HEX triplet: 84, 5C and 16. RGB value is (132,92,22). Sum of RGB (Red+Green+Blue) = 132+92+22=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #845C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845C16 is #7BA3E9. Grayscale: #606060. Windows color (decimal): -8102890 or 1465476. OLE color: 1465476.
HSL color Cylindrical-coordinate representation of color #845C16: hue angle of 38.18º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #845C16 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 22 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.48 |
| HSL | 38.18º | 0.71% | 0.3% | - |
| HSV(B) | 38.18º | 0.83% | 0.52% | - |
| XYZ | 13.49 | 12.62 | 2.48 | - |
| YUV | 95.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 22 | 0 | 0.30 | 0.83 | 0.48 | 38.18 | 0.71 | 0.3 |
| Hex | 84 | 5C | 16 | 0 | 1E | 53 | 30 | 26 | 47 | 1E |
| Octal | 204 | 134 | 26 | 0 | 36 | 123 | 60 | 46 | 107 | 36 |
| Binary | 10000100 | 1011100 | 10110 | 0 | 11110 | 1010011 | 110000 | 100110 | 1000111 | 11110 |
Color Harmonies of #845C16
Complementary color
Monochromatic Colors of #845C16
Black with #845C16
Text Example
Text Example
White with #845C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C16; }
p { color: rgb(132,92,22); }
H1.HeaderClassName
{
color: #845C16;
}
.AnyTagClassName
{
color: #845C16;
}
</style>
background-color css
<style>
a { background-color: #845C16; }
a { background-color: rgb(132,92,22); }
div.DivClassName
{
background-color: #845C16;
}
.BgClassName
{
background-color: #845C16;
}
</style>
border-color css
<style>
span { border-color: #845C16; }
span { border-color: rgb(132,92,22); }
td.TdClassName
{
border-color: #845C16;
}
.TagClassName
{
border-color: #845C16;
}
</style>