Shades of Hot Curry #84562C
Tints of Hot Curry #84562C
RGB
CMYK
RGB Variations
Color information
#84562C (or 0x84562C) is known color: Hot Curry. HEX triplet: 84, 56 and 2C. RGB value is (132,86,44). Sum of RGB (Red+Green+Blue) = 132+86+44=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84562C is #7BA9D3. Grayscale: #5F5F5F. Windows color (decimal): -8104404 or 2905732. OLE color: 2905732.
HSL color Cylindrical-coordinate representation of color #84562C: hue angle of 28.64º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84562C is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 44 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.48 |
| HSL | 28.64º | 0.5% | 0.35% | - |
| HSV(B) | 28.64º | 0.67% | 0.52% | - |
| XYZ | 13.3 | 11.74 | 3.95 | - |
| YUV | 94.97 | 99.24 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 44 | 0 | 0.35 | 0.67 | 0.48 | 28.64 | 0.5 | 0.35 |
| Hex | 84 | 56 | 2C | 0 | 23 | 43 | 30 | 1D | 32 | 23 |
| Octal | 204 | 126 | 54 | 0 | 43 | 103 | 60 | 35 | 62 | 43 |
| Binary | 10000100 | 1010110 | 101100 | 0 | 100011 | 1000011 | 110000 | 11101 | 110010 | 100011 |
Color Harmonies of #84562C
Complementary color
Monochromatic Colors of #84562C
Black with #84562C
Text Example
Text Example
White with #84562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84562C; }
p { color: rgb(132,86,44); }
H1.HeaderClassName
{
color: #84562C;
}
.AnyTagClassName
{
color: #84562C;
}
</style>
background-color css
<style>
a { background-color: #84562C; }
a { background-color: rgb(132,86,44); }
div.DivClassName
{
background-color: #84562C;
}
.BgClassName
{
background-color: #84562C;
}
</style>
border-color css
<style>
span { border-color: #84562C; }
span { border-color: rgb(132,86,44); }
td.TdClassName
{
border-color: #84562C;
}
.TagClassName
{
border-color: #84562C;
}
</style>