Shades of Hot Curry #85561C
Tints of Hot Curry #85561C
RGB
CMYK
RGB Variations
Color information
#85561C (or 0x85561C) is known color: Hot Curry. HEX triplet: 85, 56 and 1C. RGB value is (133,86,28). Sum of RGB (Red+Green+Blue) = 133+86+28=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85561C is #7AA9E3. Grayscale: #5D5D5D. Windows color (decimal): -8038884 or 1857157. OLE color: 1857157.
HSL color Cylindrical-coordinate representation of color #85561C: hue angle of 33.14º 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 #85561C is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 28 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.48 |
| HSL | 33.14º | 0.65% | 0.32% | - |
| HSV(B) | 33.14º | 0.79% | 0.52% | - |
| XYZ | 13.21 | 11.73 | 2.67 | - |
| YUV | 93.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 28 | 0 | 0.35 | 0.79 | 0.48 | 33.14 | 0.65 | 0.32 |
| Hex | 85 | 56 | 1C | 0 | 23 | 4F | 30 | 21 | 41 | 20 |
| Octal | 205 | 126 | 34 | 0 | 43 | 117 | 60 | 41 | 101 | 40 |
| Binary | 10000101 | 1010110 | 11100 | 0 | 100011 | 1001111 | 110000 | 100001 | 1000001 | 100000 |
Color Harmonies of #85561C
Complementary color
Monochromatic Colors of #85561C
Black with #85561C
Text Example
Text Example
White with #85561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85561C; }
p { color: rgb(133,86,28); }
H1.HeaderClassName
{
color: #85561C;
}
.AnyTagClassName
{
color: #85561C;
}
</style>
background-color css
<style>
a { background-color: #85561C; }
a { background-color: rgb(133,86,28); }
div.DivClassName
{
background-color: #85561C;
}
.BgClassName
{
background-color: #85561C;
}
</style>
border-color css
<style>
span { border-color: #85561C; }
span { border-color: rgb(133,86,28); }
td.TdClassName
{
border-color: #85561C;
}
.TagClassName
{
border-color: #85561C;
}
</style>