Shades of Hot Curry #85571D
Tints of Hot Curry #85571D
RGB
CMYK
RGB Variations
Color information
#85571D (or 0x85571D) is known color: Hot Curry. HEX triplet: 85, 57 and 1D. RGB value is (133,87,29). Sum of RGB (Red+Green+Blue) = 133+87+29=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85571D is #7AA8E2. Grayscale: #5E5E5E. Windows color (decimal): -8038627 or 1922949. OLE color: 1922949.
HSL color Cylindrical-coordinate representation of color #85571D: hue angle of 33.46º 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 #85571D is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 29 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.48 |
| HSL | 33.46º | 0.64% | 0.32% | - |
| HSV(B) | 33.46º | 0.78% | 0.52% | - |
| XYZ | 13.3 | 11.89 | 2.76 | - |
| YUV | 94.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 29 | 0 | 0.35 | 0.78 | 0.48 | 33.46 | 0.64 | 0.32 |
| Hex | 85 | 57 | 1D | 0 | 23 | 4E | 30 | 21 | 40 | 20 |
| Octal | 205 | 127 | 35 | 0 | 43 | 116 | 60 | 41 | 100 | 40 |
| Binary | 10000101 | 1010111 | 11101 | 0 | 100011 | 1001110 | 110000 | 100001 | 1000000 | 100000 |
Color Harmonies of #85571D
Complementary color
Monochromatic Colors of #85571D
Black with #85571D
Text Example
Text Example
White with #85571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85571D; }
p { color: rgb(133,87,29); }
H1.HeaderClassName
{
color: #85571D;
}
.AnyTagClassName
{
color: #85571D;
}
</style>
background-color css
<style>
a { background-color: #85571D; }
a { background-color: rgb(133,87,29); }
div.DivClassName
{
background-color: #85571D;
}
.BgClassName
{
background-color: #85571D;
}
</style>
border-color css
<style>
span { border-color: #85571D; }
span { border-color: rgb(133,87,29); }
td.TdClassName
{
border-color: #85571D;
}
.TagClassName
{
border-color: #85571D;
}
</style>