Shades of Hot Curry #85551E
Tints of Hot Curry #85551E
RGB
CMYK
RGB Variations
Color information
#85551E (or 0x85551E) is known color: Hot Curry. HEX triplet: 85, 55 and 1E. RGB value is (133,85,30). Sum of RGB (Red+Green+Blue) = 133+85+30=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85551E is #7AAAE1. Grayscale: #5D5D5D. Windows color (decimal): -8039138 or 1987973. OLE color: 1987973.
HSL color Cylindrical-coordinate representation of color #85551E: hue angle of 32.04º 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 #85551E is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 30 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.48 |
| HSL | 32.04º | 0.63% | 0.32% | - |
| HSV(B) | 32.04º | 0.77% | 0.52% | - |
| XYZ | 13.16 | 11.58 | 2.77 | - |
| YUV | 93.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 30 | 0 | 0.36 | 0.77 | 0.48 | 32.04 | 0.63 | 0.32 |
| Hex | 85 | 55 | 1E | 0 | 24 | 4D | 30 | 20 | 3F | 20 |
| Octal | 205 | 125 | 36 | 0 | 44 | 115 | 60 | 40 | 77 | 40 |
| Binary | 10000101 | 1010101 | 11110 | 0 | 100100 | 1001101 | 110000 | 100000 | 111111 | 100000 |
Color Harmonies of #85551E
Complementary color
Monochromatic Colors of #85551E
Black with #85551E
Text Example
Text Example
White with #85551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85551E; }
p { color: rgb(133,85,30); }
H1.HeaderClassName
{
color: #85551E;
}
.AnyTagClassName
{
color: #85551E;
}
</style>
background-color css
<style>
a { background-color: #85551E; }
a { background-color: rgb(133,85,30); }
div.DivClassName
{
background-color: #85551E;
}
.BgClassName
{
background-color: #85551E;
}
</style>
border-color css
<style>
span { border-color: #85551E; }
span { border-color: rgb(133,85,30); }
td.TdClassName
{
border-color: #85551E;
}
.TagClassName
{
border-color: #85551E;
}
</style>