Shades of Hot Curry #85571E
Tints of Hot Curry #85571E
RGB
CMYK
RGB Variations
Color information
#85571E (or 0x85571E) is known color: Hot Curry. HEX triplet: 85, 57 and 1E. RGB value is (133,87,30). Sum of RGB (Red+Green+Blue) = 133+87+30=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85571E is #7AA8E1. Grayscale: #5E5E5E. Windows color (decimal): -8038626 or 1988485. OLE color: 1988485.
HSL color Cylindrical-coordinate representation of color #85571E: hue angle of 33.2º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85571E is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 30 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.48 |
| HSL | 33.2º | 0.63% | 0.32% | - |
| HSV(B) | 33.2º | 0.77% | 0.52% | - |
| XYZ | 13.32 | 11.9 | 2.82 | - |
| YUV | 94.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 30 | 0 | 0.35 | 0.77 | 0.48 | 33.2 | 0.63 | 0.32 |
| Hex | 85 | 57 | 1E | 0 | 23 | 4D | 30 | 21 | 3F | 20 |
| Octal | 205 | 127 | 36 | 0 | 43 | 115 | 60 | 41 | 77 | 40 |
| Binary | 10000101 | 1010111 | 11110 | 0 | 100011 | 1001101 | 110000 | 100001 | 111111 | 100000 |
Color Harmonies of #85571E
Complementary color
Monochromatic Colors of #85571E
Black with #85571E
Text Example
Text Example
White with #85571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85571E; }
p { color: rgb(133,87,30); }
H1.HeaderClassName
{
color: #85571E;
}
.AnyTagClassName
{
color: #85571E;
}
</style>
background-color css
<style>
a { background-color: #85571E; }
a { background-color: rgb(133,87,30); }
div.DivClassName
{
background-color: #85571E;
}
.BgClassName
{
background-color: #85571E;
}
</style>
border-color css
<style>
span { border-color: #85571E; }
span { border-color: rgb(133,87,30); }
td.TdClassName
{
border-color: #85571E;
}
.TagClassName
{
border-color: #85571E;
}
</style>