Shades of Hot Curry #84561B
Tints of Hot Curry #84561B
RGB
CMYK
RGB Variations
Color information
#84561B (or 0x84561B) is known color: Hot Curry. HEX triplet: 84, 56 and 1B. RGB value is (132,86,27). Sum of RGB (Red+Green+Blue) = 132+86+27=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84561B is #7BA9E4. Grayscale: #5D5D5D. Windows color (decimal): -8104421 or 1791620. OLE color: 1791620.
HSL color Cylindrical-coordinate representation of color #84561B: hue angle of 33.71º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84561B is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 27 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.48 |
| HSL | 33.71º | 0.66% | 0.31% | - |
| HSV(B) | 33.71º | 0.8% | 0.52% | - |
| XYZ | 13.04 | 11.64 | 2.6 | - |
| YUV | 93.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 27 | 0 | 0.35 | 0.80 | 0.48 | 33.71 | 0.66 | 0.31 |
| Hex | 84 | 56 | 1B | 0 | 23 | 50 | 30 | 22 | 42 | 1F |
| Octal | 204 | 126 | 33 | 0 | 43 | 120 | 60 | 42 | 102 | 37 |
| Binary | 10000100 | 1010110 | 11011 | 0 | 100011 | 1010000 | 110000 | 100010 | 1000010 | 11111 |
Color Harmonies of #84561B
Complementary color
Monochromatic Colors of #84561B
Black with #84561B
Text Example
Text Example
White with #84561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84561B; }
p { color: rgb(132,86,27); }
H1.HeaderClassName
{
color: #84561B;
}
.AnyTagClassName
{
color: #84561B;
}
</style>
background-color css
<style>
a { background-color: #84561B; }
a { background-color: rgb(132,86,27); }
div.DivClassName
{
background-color: #84561B;
}
.BgClassName
{
background-color: #84561B;
}
</style>
border-color css
<style>
span { border-color: #84561B; }
span { border-color: rgb(132,86,27); }
td.TdClassName
{
border-color: #84561B;
}
.TagClassName
{
border-color: #84561B;
}
</style>