Shades of Hot Curry #84581D
Tints of Hot Curry #84581D
RGB
CMYK
RGB Variations
Color information
#84581D (or 0x84581D) is known color: Hot Curry. HEX triplet: 84, 58 and 1D. RGB value is (132,88,29). Sum of RGB (Red+Green+Blue) = 132+88+29=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84581D is #7BA7E2. Grayscale: #5E5E5E. Windows color (decimal): -8103907 or 1923204. OLE color: 1923204.
HSL color Cylindrical-coordinate representation of color #84581D: hue angle of 34.37º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84581D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 29 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.48 |
| HSL | 34.37º | 0.64% | 0.32% | - |
| HSV(B) | 34.37º | 0.78% | 0.52% | - |
| XYZ | 13.23 | 11.97 | 2.78 | - |
| YUV | 94.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 29 | 0 | 0.33 | 0.78 | 0.48 | 34.37 | 0.64 | 0.32 |
| Hex | 84 | 58 | 1D | 0 | 21 | 4E | 30 | 22 | 40 | 20 |
| Octal | 204 | 130 | 35 | 0 | 41 | 116 | 60 | 42 | 100 | 40 |
| Binary | 10000100 | 1011000 | 11101 | 0 | 100001 | 1001110 | 110000 | 100010 | 1000000 | 100000 |
Color Harmonies of #84581D
Complementary color
Monochromatic Colors of #84581D
Black with #84581D
Text Example
Text Example
White with #84581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84581D; }
p { color: rgb(132,88,29); }
H1.HeaderClassName
{
color: #84581D;
}
.AnyTagClassName
{
color: #84581D;
}
</style>
background-color css
<style>
a { background-color: #84581D; }
a { background-color: rgb(132,88,29); }
div.DivClassName
{
background-color: #84581D;
}
.BgClassName
{
background-color: #84581D;
}
</style>
border-color css
<style>
span { border-color: #84581D; }
span { border-color: rgb(132,88,29); }
td.TdClassName
{
border-color: #84581D;
}
.TagClassName
{
border-color: #84581D;
}
</style>