Shades of Hot Curry #84582B
Tints of Hot Curry #84582B
RGB
CMYK
RGB Variations
Color information
#84582B (or 0x84582B) is known color: Hot Curry. HEX triplet: 84, 58 and 2B. RGB value is (132,88,43). Sum of RGB (Red+Green+Blue) = 132+88+43=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84582B is #7BA7D4. Grayscale: #606060. Windows color (decimal): -8103893 or 2840708. OLE color: 2840708.
HSL color Cylindrical-coordinate representation of color #84582B: hue angle of 30.34º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84582B is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 43 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.48 |
| HSL | 30.34º | 0.51% | 0.34% | - |
| HSV(B) | 30.34º | 0.67% | 0.52% | - |
| XYZ | 13.44 | 12.06 | 3.9 | - |
| YUV | 96.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 43 | 0 | 0.33 | 0.67 | 0.48 | 30.34 | 0.51 | 0.34 |
| Hex | 84 | 58 | 2B | 0 | 21 | 43 | 30 | 1E | 33 | 22 |
| Octal | 204 | 130 | 53 | 0 | 41 | 103 | 60 | 36 | 63 | 42 |
| Binary | 10000100 | 1011000 | 101011 | 0 | 100001 | 1000011 | 110000 | 11110 | 110011 | 100010 |
Color Harmonies of #84582B
Complementary color
Monochromatic Colors of #84582B
Black with #84582B
Text Example
Text Example
White with #84582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84582B; }
p { color: rgb(132,88,43); }
H1.HeaderClassName
{
color: #84582B;
}
.AnyTagClassName
{
color: #84582B;
}
</style>
background-color css
<style>
a { background-color: #84582B; }
a { background-color: rgb(132,88,43); }
div.DivClassName
{
background-color: #84582B;
}
.BgClassName
{
background-color: #84582B;
}
</style>
border-color css
<style>
span { border-color: #84582B; }
span { border-color: rgb(132,88,43); }
td.TdClassName
{
border-color: #84582B;
}
.TagClassName
{
border-color: #84582B;
}
</style>