Shades of Hot Curry #845D16
Tints of Hot Curry #845D16
RGB
CMYK
RGB Variations
Color information
#845D16 (or 0x845D16) is known color: Hot Curry. HEX triplet: 84, 5D and 16. RGB value is (132,93,22). Sum of RGB (Red+Green+Blue) = 132+93+22=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #845D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D16 is #7BA2E9. Grayscale: #606060. Windows color (decimal): -8102634 or 1465732. OLE color: 1465732.
HSL color Cylindrical-coordinate representation of color #845D16: hue angle of 38.73º 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 #845D16 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 22 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.48 |
| HSL | 38.73º | 0.71% | 0.3% | - |
| HSV(B) | 38.73º | 0.83% | 0.52% | - |
| XYZ | 13.57 | 12.79 | 2.51 | - |
| YUV | 96.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 22 | 0 | 0.30 | 0.83 | 0.48 | 38.73 | 0.71 | 0.3 |
| Hex | 84 | 5D | 16 | 0 | 1E | 53 | 30 | 27 | 47 | 1E |
| Octal | 204 | 135 | 26 | 0 | 36 | 123 | 60 | 47 | 107 | 36 |
| Binary | 10000100 | 1011101 | 10110 | 0 | 11110 | 1010011 | 110000 | 100111 | 1000111 | 11110 |
Color Harmonies of #845D16
Complementary color
Monochromatic Colors of #845D16
Black with #845D16
Text Example
Text Example
White with #845D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D16; }
p { color: rgb(132,93,22); }
H1.HeaderClassName
{
color: #845D16;
}
.AnyTagClassName
{
color: #845D16;
}
</style>
background-color css
<style>
a { background-color: #845D16; }
a { background-color: rgb(132,93,22); }
div.DivClassName
{
background-color: #845D16;
}
.BgClassName
{
background-color: #845D16;
}
</style>
border-color css
<style>
span { border-color: #845D16; }
span { border-color: rgb(132,93,22); }
td.TdClassName
{
border-color: #845D16;
}
.TagClassName
{
border-color: #845D16;
}
</style>