Shades of Hot Curry #84562B
Tints of Hot Curry #84562B
RGB
CMYK
RGB Variations
Color information
#84562B (or 0x84562B) is known color: Hot Curry. HEX triplet: 84, 56 and 2B. RGB value is (132,86,43). Sum of RGB (Red+Green+Blue) = 132+86+43=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84562B is #7BA9D4. Grayscale: #5F5F5F. Windows color (decimal): -8104405 or 2840196. OLE color: 2840196.
HSL color Cylindrical-coordinate representation of color #84562B: hue angle of 28.99º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84562B is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 43 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.48 |
| HSL | 28.99º | 0.51% | 0.34% | - |
| HSV(B) | 28.99º | 0.67% | 0.52% | - |
| XYZ | 13.28 | 11.74 | 3.85 | - |
| YUV | 94.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 43 | 0 | 0.35 | 0.67 | 0.48 | 28.99 | 0.51 | 0.34 |
| Hex | 84 | 56 | 2B | 0 | 23 | 43 | 30 | 1D | 33 | 22 |
| Octal | 204 | 126 | 53 | 0 | 43 | 103 | 60 | 35 | 63 | 42 |
| Binary | 10000100 | 1010110 | 101011 | 0 | 100011 | 1000011 | 110000 | 11101 | 110011 | 100010 |
Color Harmonies of #84562B
Complementary color
Monochromatic Colors of #84562B
Black with #84562B
Text Example
Text Example
White with #84562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84562B; }
p { color: rgb(132,86,43); }
H1.HeaderClassName
{
color: #84562B;
}
.AnyTagClassName
{
color: #84562B;
}
</style>
background-color css
<style>
a { background-color: #84562B; }
a { background-color: rgb(132,86,43); }
div.DivClassName
{
background-color: #84562B;
}
.BgClassName
{
background-color: #84562B;
}
</style>
border-color css
<style>
span { border-color: #84562B; }
span { border-color: rgb(132,86,43); }
td.TdClassName
{
border-color: #84562B;
}
.TagClassName
{
border-color: #84562B;
}
</style>