Shades of Hot Curry #845C17
Tints of Hot Curry #845C17
RGB
CMYK
RGB Variations
Color information
#845C17 (or 0x845C17) is known color: Hot Curry. HEX triplet: 84, 5C and 17. RGB value is (132,92,23). Sum of RGB (Red+Green+Blue) = 132+92+23=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #845C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845C17 is #7BA3E8. Grayscale: #606060. Windows color (decimal): -8102889 or 1531012. OLE color: 1531012.
HSL color Cylindrical-coordinate representation of color #845C17: hue angle of 37.98º degrees, saturation: 0.7, 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 #845C17 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 23 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.48 |
| HSL | 37.98º | 0.7% | 0.3% | - |
| HSV(B) | 37.98º | 0.83% | 0.52% | - |
| XYZ | 13.5 | 12.62 | 2.54 | - |
| YUV | 96.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 23 | 0 | 0.30 | 0.83 | 0.48 | 37.98 | 0.7 | 0.3 |
| Hex | 84 | 5C | 17 | 0 | 1E | 53 | 30 | 26 | 46 | 1E |
| Octal | 204 | 134 | 27 | 0 | 36 | 123 | 60 | 46 | 106 | 36 |
| Binary | 10000100 | 1011100 | 10111 | 0 | 11110 | 1010011 | 110000 | 100110 | 1000110 | 11110 |
Color Harmonies of #845C17
Complementary color
Monochromatic Colors of #845C17
Black with #845C17
Text Example
Text Example
White with #845C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C17; }
p { color: rgb(132,92,23); }
H1.HeaderClassName
{
color: #845C17;
}
.AnyTagClassName
{
color: #845C17;
}
</style>
background-color css
<style>
a { background-color: #845C17; }
a { background-color: rgb(132,92,23); }
div.DivClassName
{
background-color: #845C17;
}
.BgClassName
{
background-color: #845C17;
}
</style>
border-color css
<style>
span { border-color: #845C17; }
span { border-color: rgb(132,92,23); }
td.TdClassName
{
border-color: #845C17;
}
.TagClassName
{
border-color: #845C17;
}
</style>