Shades of Hot Curry #845F2F
Tints of Hot Curry #845F2F
RGB
CMYK
RGB Variations
Color information
#845F2F (or 0x845F2F) is known color: Hot Curry. HEX triplet: 84, 5F and 2F. RGB value is (132,95,47). Sum of RGB (Red+Green+Blue) = 132+95+47=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #845F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F2F is #7BA0D0. Grayscale: #646464. Windows color (decimal): -8102097 or 3104644. OLE color: 3104644.
HSL color Cylindrical-coordinate representation of color #845F2F: hue angle of 33.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #845F2F is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 95 | 47 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.48 |
| HSL | 33.88º | 0.47% | 0.35% | - |
| HSV(B) | 33.88º | 0.64% | 0.52% | - |
| XYZ | 14.12 | 13.3 | 4.51 | - |
| YUV | 100.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 47 | 0 | 0.28 | 0.64 | 0.48 | 33.88 | 0.47 | 0.35 |
| Hex | 84 | 5F | 2F | 0 | 1C | 40 | 30 | 22 | 2F | 23 |
| Octal | 204 | 137 | 57 | 0 | 34 | 100 | 60 | 42 | 57 | 43 |
| Binary | 10000100 | 1011111 | 101111 | 0 | 11100 | 1000000 | 110000 | 100010 | 101111 | 100011 |
Color Harmonies of #845F2F
Complementary color
Monochromatic Colors of #845F2F
Black with #845F2F
Text Example
Text Example
White with #845F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F2F; }
p { color: rgb(132,95,47); }
H1.HeaderClassName
{
color: #845F2F;
}
.AnyTagClassName
{
color: #845F2F;
}
</style>
background-color css
<style>
a { background-color: #845F2F; }
a { background-color: rgb(132,95,47); }
div.DivClassName
{
background-color: #845F2F;
}
.BgClassName
{
background-color: #845F2F;
}
</style>
border-color css
<style>
span { border-color: #845F2F; }
span { border-color: rgb(132,95,47); }
td.TdClassName
{
border-color: #845F2F;
}
.TagClassName
{
border-color: #845F2F;
}
</style>