Shades of Hot Curry #845520
Tints of Hot Curry #845520
RGB
CMYK
RGB Variations
Color information
#845520 (or 0x845520) is known color: Hot Curry. HEX triplet: 84, 55 and 20. RGB value is (132,85,32). Sum of RGB (Red+Green+Blue) = 132+85+32=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #845520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845520 is #7BAADF. Grayscale: #5D5D5D. Windows color (decimal): -8104672 or 2119044. OLE color: 2119044.
HSL color Cylindrical-coordinate representation of color #845520: hue angle of 31.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #845520 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 32 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.48 |
| HSL | 31.8º | 0.61% | 0.32% | - |
| HSV(B) | 31.8º | 0.76% | 0.52% | - |
| XYZ | 13.02 | 11.51 | 2.9 | - |
| YUV | 93.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 32 | 0 | 0.36 | 0.76 | 0.48 | 31.8 | 0.61 | 0.32 |
| Hex | 84 | 55 | 20 | 0 | 24 | 4C | 30 | 20 | 3D | 20 |
| Octal | 204 | 125 | 40 | 0 | 44 | 114 | 60 | 40 | 75 | 40 |
| Binary | 10000100 | 1010101 | 100000 | 0 | 100100 | 1001100 | 110000 | 100000 | 111101 | 100000 |
Color Harmonies of #845520
Complementary color
Monochromatic Colors of #845520
Black with #845520
Text Example
Text Example
White with #845520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845520; }
p { color: rgb(132,85,32); }
H1.HeaderClassName
{
color: #845520;
}
.AnyTagClassName
{
color: #845520;
}
</style>
background-color css
<style>
a { background-color: #845520; }
a { background-color: rgb(132,85,32); }
div.DivClassName
{
background-color: #845520;
}
.BgClassName
{
background-color: #845520;
}
</style>
border-color css
<style>
span { border-color: #845520; }
span { border-color: rgb(132,85,32); }
td.TdClassName
{
border-color: #845520;
}
.TagClassName
{
border-color: #845520;
}
</style>