Shades of Hot Curry #84662F
Tints of Hot Curry #84662F
RGB
CMYK
RGB Variations
Color information
#84662F (or 0x84662F) is known color: Hot Curry. HEX triplet: 84, 66 and 2F. RGB value is (132,102,47). Sum of RGB (Red+Green+Blue) = 132+102+47=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84662F is #7B99D0. Grayscale: #686868. Windows color (decimal): -8100305 or 3106436. OLE color: 3106436.
HSL color Cylindrical-coordinate representation of color #84662F: hue angle of 38.82º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84662F is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 102 | 47 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.48 |
| HSL | 38.82º | 0.47% | 0.35% | - |
| HSV(B) | 38.82º | 0.64% | 0.52% | - |
| XYZ | 14.78 | 14.61 | 4.73 | - |
| YUV | 104.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 47 | 0 | 0.23 | 0.64 | 0.48 | 38.82 | 0.47 | 0.35 |
| Hex | 84 | 66 | 2F | 0 | 17 | 40 | 30 | 27 | 2F | 23 |
| Octal | 204 | 146 | 57 | 0 | 27 | 100 | 60 | 47 | 57 | 43 |
| Binary | 10000100 | 1100110 | 101111 | 0 | 10111 | 1000000 | 110000 | 100111 | 101111 | 100011 |
Color Harmonies of #84662F
Complementary color
Monochromatic Colors of #84662F
Black with #84662F
Text Example
Text Example
White with #84662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84662F; }
p { color: rgb(132,102,47); }
H1.HeaderClassName
{
color: #84662F;
}
.AnyTagClassName
{
color: #84662F;
}
</style>
background-color css
<style>
a { background-color: #84662F; }
a { background-color: rgb(132,102,47); }
div.DivClassName
{
background-color: #84662F;
}
.BgClassName
{
background-color: #84662F;
}
</style>
border-color css
<style>
span { border-color: #84662F; }
span { border-color: rgb(132,102,47); }
td.TdClassName
{
border-color: #84662F;
}
.TagClassName
{
border-color: #84662F;
}
</style>