Shades of Hot Curry #845528
Tints of Hot Curry #845528
RGB
CMYK
RGB Variations
Color information
#845528 (or 0x845528) is known color: Hot Curry. HEX triplet: 84, 55 and 28. RGB value is (132,85,40). Sum of RGB (Red+Green+Blue) = 132+85+40=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #845528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845528 is #7BAAD7. Grayscale: #5E5E5E. Windows color (decimal): -8104664 or 2643332. OLE color: 2643332.
HSL color Cylindrical-coordinate representation of color #845528: hue angle of 29.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #845528 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 40 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.48 |
| HSL | 29.35º | 0.53% | 0.34% | - |
| HSV(B) | 29.35º | 0.7% | 0.52% | - |
| XYZ | 13.15 | 11.56 | 3.55 | - |
| YUV | 93.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 40 | 0 | 0.36 | 0.70 | 0.48 | 29.35 | 0.53 | 0.34 |
| Hex | 84 | 55 | 28 | 0 | 24 | 46 | 30 | 1D | 35 | 22 |
| Octal | 204 | 125 | 50 | 0 | 44 | 106 | 60 | 35 | 65 | 42 |
| Binary | 10000100 | 1010101 | 101000 | 0 | 100100 | 1000110 | 110000 | 11101 | 110101 | 100010 |
Color Harmonies of #845528
Complementary color
Monochromatic Colors of #845528
Black with #845528
Text Example
Text Example
White with #845528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845528; }
p { color: rgb(132,85,40); }
H1.HeaderClassName
{
color: #845528;
}
.AnyTagClassName
{
color: #845528;
}
</style>
background-color css
<style>
a { background-color: #845528; }
a { background-color: rgb(132,85,40); }
div.DivClassName
{
background-color: #845528;
}
.BgClassName
{
background-color: #845528;
}
</style>
border-color css
<style>
span { border-color: #845528; }
span { border-color: rgb(132,85,40); }
td.TdClassName
{
border-color: #845528;
}
.TagClassName
{
border-color: #845528;
}
</style>