Shades of Hot Curry #85551D
Tints of Hot Curry #85551D
RGB
CMYK
RGB Variations
Color information
#85551D (or 0x85551D) is known color: Hot Curry. HEX triplet: 85, 55 and 1D. RGB value is (133,85,29). Sum of RGB (Red+Green+Blue) = 133+85+29=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85551D is #7AAAE2. Grayscale: #5D5D5D. Windows color (decimal): -8039139 or 1922437. OLE color: 1922437.
HSL color Cylindrical-coordinate representation of color #85551D: hue angle of 32.31º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85551D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 29 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.48 |
| HSL | 32.31º | 0.64% | 0.32% | - |
| HSV(B) | 32.31º | 0.78% | 0.52% | - |
| XYZ | 13.14 | 11.57 | 2.7 | - |
| YUV | 92.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 29 | 0 | 0.36 | 0.78 | 0.48 | 32.31 | 0.64 | 0.32 |
| Hex | 85 | 55 | 1D | 0 | 24 | 4E | 30 | 20 | 40 | 20 |
| Octal | 205 | 125 | 35 | 0 | 44 | 116 | 60 | 40 | 100 | 40 |
| Binary | 10000101 | 1010101 | 11101 | 0 | 100100 | 1001110 | 110000 | 100000 | 1000000 | 100000 |
Color Harmonies of #85551D
Complementary color
Monochromatic Colors of #85551D
Black with #85551D
Text Example
Text Example
White with #85551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85551D; }
p { color: rgb(133,85,29); }
H1.HeaderClassName
{
color: #85551D;
}
.AnyTagClassName
{
color: #85551D;
}
</style>
background-color css
<style>
a { background-color: #85551D; }
a { background-color: rgb(133,85,29); }
div.DivClassName
{
background-color: #85551D;
}
.BgClassName
{
background-color: #85551D;
}
</style>
border-color css
<style>
span { border-color: #85551D; }
span { border-color: rgb(133,85,29); }
td.TdClassName
{
border-color: #85551D;
}
.TagClassName
{
border-color: #85551D;
}
</style>