Shades of Hot Curry #84642E
Tints of Hot Curry #84642E
RGB
CMYK
RGB Variations
Color information
#84642E (or 0x84642E) is known color: Hot Curry. HEX triplet: 84, 64 and 2E. RGB value is (132,100,46). Sum of RGB (Red+Green+Blue) = 132+100+46=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84642E is #7B9BD1. Grayscale: #676767. Windows color (decimal): -8100818 or 3040388. OLE color: 3040388.
HSL color Cylindrical-coordinate representation of color #84642E: hue angle of 37.67º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84642E is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 100 | 46 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.48 |
| HSL | 37.67º | 0.48% | 0.35% | - |
| HSV(B) | 37.67º | 0.65% | 0.52% | - |
| XYZ | 14.57 | 14.22 | 4.56 | - |
| YUV | 103.41 | 95.6 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 46 | 0 | 0.24 | 0.65 | 0.48 | 37.67 | 0.48 | 0.35 |
| Hex | 84 | 64 | 2E | 0 | 18 | 41 | 30 | 26 | 30 | 23 |
| Octal | 204 | 144 | 56 | 0 | 30 | 101 | 60 | 46 | 60 | 43 |
| Binary | 10000100 | 1100100 | 101110 | 0 | 11000 | 1000001 | 110000 | 100110 | 110000 | 100011 |
Color Harmonies of #84642E
Complementary color
Monochromatic Colors of #84642E
Black with #84642E
Text Example
Text Example
White with #84642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84642E; }
p { color: rgb(132,100,46); }
H1.HeaderClassName
{
color: #84642E;
}
.AnyTagClassName
{
color: #84642E;
}
</style>
background-color css
<style>
a { background-color: #84642E; }
a { background-color: rgb(132,100,46); }
div.DivClassName
{
background-color: #84642E;
}
.BgClassName
{
background-color: #84642E;
}
</style>
border-color css
<style>
span { border-color: #84642E; }
span { border-color: rgb(132,100,46); }
td.TdClassName
{
border-color: #84642E;
}
.TagClassName
{
border-color: #84642E;
}
</style>