Shades of Hot Curry #84602C
Tints of Hot Curry #84602C
RGB
CMYK
RGB Variations
Color information
#84602C (or 0x84602C) is known color: Hot Curry. HEX triplet: 84, 60 and 2C. RGB value is (132,96,44). Sum of RGB (Red+Green+Blue) = 132+96+44=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84602C is #7B9FD3. Grayscale: #656565. Windows color (decimal): -8101844 or 2908292. OLE color: 2908292.
HSL color Cylindrical-coordinate representation of color #84602C: hue angle of 35.45º 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 #84602C is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 96 | 44 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.48 |
| HSL | 35.45º | 0.5% | 0.35% | - |
| HSV(B) | 35.45º | 0.67% | 0.52% | - |
| XYZ | 14.15 | 13.45 | 4.23 | - |
| YUV | 100.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 44 | 0 | 0.27 | 0.67 | 0.48 | 35.45 | 0.5 | 0.35 |
| Hex | 84 | 60 | 2C | 0 | 1B | 43 | 30 | 23 | 32 | 23 |
| Octal | 204 | 140 | 54 | 0 | 33 | 103 | 60 | 43 | 62 | 43 |
| Binary | 10000100 | 1100000 | 101100 | 0 | 11011 | 1000011 | 110000 | 100011 | 110010 | 100011 |
Color Harmonies of #84602C
Complementary color
Monochromatic Colors of #84602C
Black with #84602C
Text Example
Text Example
White with #84602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84602C; }
p { color: rgb(132,96,44); }
H1.HeaderClassName
{
color: #84602C;
}
.AnyTagClassName
{
color: #84602C;
}
</style>
background-color css
<style>
a { background-color: #84602C; }
a { background-color: rgb(132,96,44); }
div.DivClassName
{
background-color: #84602C;
}
.BgClassName
{
background-color: #84602C;
}
</style>
border-color css
<style>
span { border-color: #84602C; }
span { border-color: rgb(132,96,44); }
td.TdClassName
{
border-color: #84602C;
}
.TagClassName
{
border-color: #84602C;
}
</style>