Shades of Hot Curry #84652E
Tints of Hot Curry #84652E
RGB
CMYK
RGB Variations
Color information
#84652E (or 0x84652E) is known color: Hot Curry. HEX triplet: 84, 65 and 2E. RGB value is (132,101,46). Sum of RGB (Red+Green+Blue) = 132+101+46=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84652E is #7B9AD1. Grayscale: #686868. Windows color (decimal): -8100562 or 3040644. OLE color: 3040644.
HSL color Cylindrical-coordinate representation of color #84652E: hue angle of 38.37º 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 #84652E is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 101 | 46 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.48 |
| HSL | 38.37º | 0.48% | 0.35% | - |
| HSV(B) | 38.37º | 0.65% | 0.52% | - |
| XYZ | 14.66 | 14.41 | 4.59 | - |
| YUV | 104 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 46 | 0 | 0.23 | 0.65 | 0.48 | 38.37 | 0.48 | 0.35 |
| Hex | 84 | 65 | 2E | 0 | 17 | 41 | 30 | 26 | 30 | 23 |
| Octal | 204 | 145 | 56 | 0 | 27 | 101 | 60 | 46 | 60 | 43 |
| Binary | 10000100 | 1100101 | 101110 | 0 | 10111 | 1000001 | 110000 | 100110 | 110000 | 100011 |
Color Harmonies of #84652E
Complementary color
Monochromatic Colors of #84652E
Black with #84652E
Text Example
Text Example
White with #84652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84652E; }
p { color: rgb(132,101,46); }
H1.HeaderClassName
{
color: #84652E;
}
.AnyTagClassName
{
color: #84652E;
}
</style>
background-color css
<style>
a { background-color: #84652E; }
a { background-color: rgb(132,101,46); }
div.DivClassName
{
background-color: #84652E;
}
.BgClassName
{
background-color: #84652E;
}
</style>
border-color css
<style>
span { border-color: #84652E; }
span { border-color: rgb(132,101,46); }
td.TdClassName
{
border-color: #84652E;
}
.TagClassName
{
border-color: #84652E;
}
</style>