Shades of Hot Curry #84602D
Tints of Hot Curry #84602D
RGB
CMYK
RGB Variations
Color information
#84602D (or 0x84602D) is known color: Hot Curry. HEX triplet: 84, 60 and 2D. RGB value is (132,96,45). Sum of RGB (Red+Green+Blue) = 132+96+45=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84602D is #7B9FD2. Grayscale: #656565. Windows color (decimal): -8101843 or 2973828. OLE color: 2973828.
HSL color Cylindrical-coordinate representation of color #84602D: hue angle of 35.17º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84602D is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 96 | 45 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.48 |
| HSL | 35.17º | 0.49% | 0.35% | - |
| HSV(B) | 35.17º | 0.66% | 0.52% | - |
| XYZ | 14.17 | 13.46 | 4.33 | - |
| YUV | 100.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 45 | 0 | 0.27 | 0.66 | 0.48 | 35.17 | 0.49 | 0.35 |
| Hex | 84 | 60 | 2D | 0 | 1B | 42 | 30 | 23 | 31 | 23 |
| Octal | 204 | 140 | 55 | 0 | 33 | 102 | 60 | 43 | 61 | 43 |
| Binary | 10000100 | 1100000 | 101101 | 0 | 11011 | 1000010 | 110000 | 100011 | 110001 | 100011 |
Color Harmonies of #84602D
Complementary color
Monochromatic Colors of #84602D
Black with #84602D
Text Example
Text Example
White with #84602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84602D; }
p { color: rgb(132,96,45); }
H1.HeaderClassName
{
color: #84602D;
}
.AnyTagClassName
{
color: #84602D;
}
</style>
background-color css
<style>
a { background-color: #84602D; }
a { background-color: rgb(132,96,45); }
div.DivClassName
{
background-color: #84602D;
}
.BgClassName
{
background-color: #84602D;
}
</style>
border-color css
<style>
span { border-color: #84602D; }
span { border-color: rgb(132,96,45); }
td.TdClassName
{
border-color: #84602D;
}
.TagClassName
{
border-color: #84602D;
}
</style>