Shades of Hot Curry #85591C
Tints of Hot Curry #85591C
RGB
CMYK
RGB Variations
Color information
#85591C (or 0x85591C) is known color: Hot Curry. HEX triplet: 85, 59 and 1C. RGB value is (133,89,28). Sum of RGB (Red+Green+Blue) = 133+89+28=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85591C is #7AA6E3. Grayscale: #5F5F5F. Windows color (decimal): -8038116 or 1857925. OLE color: 1857925.
HSL color Cylindrical-coordinate representation of color #85591C: hue angle of 34.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85591C is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 28 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.48 |
| HSL | 34.86º | 0.65% | 0.32% | - |
| HSV(B) | 34.86º | 0.79% | 0.52% | - |
| XYZ | 13.45 | 12.22 | 2.75 | - |
| YUV | 95.2 | 90.08 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 28 | 0 | 0.33 | 0.79 | 0.48 | 34.86 | 0.65 | 0.32 |
| Hex | 85 | 59 | 1C | 0 | 21 | 4F | 30 | 23 | 41 | 20 |
| Octal | 205 | 131 | 34 | 0 | 41 | 117 | 60 | 43 | 101 | 40 |
| Binary | 10000101 | 1011001 | 11100 | 0 | 100001 | 1001111 | 110000 | 100011 | 1000001 | 100000 |
Color Harmonies of #85591C
Complementary color
Monochromatic Colors of #85591C
Black with #85591C
Text Example
Text Example
White with #85591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85591C; }
p { color: rgb(133,89,28); }
H1.HeaderClassName
{
color: #85591C;
}
.AnyTagClassName
{
color: #85591C;
}
</style>
background-color css
<style>
a { background-color: #85591C; }
a { background-color: rgb(133,89,28); }
div.DivClassName
{
background-color: #85591C;
}
.BgClassName
{
background-color: #85591C;
}
</style>
border-color css
<style>
span { border-color: #85591C; }
span { border-color: rgb(133,89,28); }
td.TdClassName
{
border-color: #85591C;
}
.TagClassName
{
border-color: #85591C;
}
</style>