Shades of Hot Curry #84581A
Tints of Hot Curry #84581A
RGB
CMYK
RGB Variations
Color information
#84581A (or 0x84581A) is known color: Hot Curry. HEX triplet: 84, 58 and 1A. RGB value is (132,88,26). Sum of RGB (Red+Green+Blue) = 132+88+26=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84581A is #7BA7E5. Grayscale: #5E5E5E. Windows color (decimal): -8103910 or 1726596. OLE color: 1726596.
HSL color Cylindrical-coordinate representation of color #84581A: hue angle of 35.09º degrees, saturation: 0.67, 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 #84581A is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 26 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.48 |
| HSL | 35.09º | 0.67% | 0.31% | - |
| HSV(B) | 35.09º | 0.8% | 0.52% | - |
| XYZ | 13.19 | 11.96 | 2.59 | - |
| YUV | 94.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 26 | 0 | 0.33 | 0.80 | 0.48 | 35.09 | 0.67 | 0.31 |
| Hex | 84 | 58 | 1A | 0 | 21 | 50 | 30 | 23 | 43 | 1F |
| Octal | 204 | 130 | 32 | 0 | 41 | 120 | 60 | 43 | 103 | 37 |
| Binary | 10000100 | 1011000 | 11010 | 0 | 100001 | 1010000 | 110000 | 100011 | 1000011 | 11111 |
Color Harmonies of #84581A
Complementary color
Monochromatic Colors of #84581A
Black with #84581A
Text Example
Text Example
White with #84581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84581A; }
p { color: rgb(132,88,26); }
H1.HeaderClassName
{
color: #84581A;
}
.AnyTagClassName
{
color: #84581A;
}
</style>
background-color css
<style>
a { background-color: #84581A; }
a { background-color: rgb(132,88,26); }
div.DivClassName
{
background-color: #84581A;
}
.BgClassName
{
background-color: #84581A;
}
</style>
border-color css
<style>
span { border-color: #84581A; }
span { border-color: rgb(132,88,26); }
td.TdClassName
{
border-color: #84581A;
}
.TagClassName
{
border-color: #84581A;
}
</style>