Shades of Hot Curry #85561B
Tints of Hot Curry #85561B
RGB
CMYK
RGB Variations
Color information
#85561B (or 0x85561B) is known color: Hot Curry. HEX triplet: 85, 56 and 1B. RGB value is (133,86,27). Sum of RGB (Red+Green+Blue) = 133+86+27=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85561B is #7AA9E4. Grayscale: #5D5D5D. Windows color (decimal): -8038885 or 1791621. OLE color: 1791621.
HSL color Cylindrical-coordinate representation of color #85561B: hue angle of 33.4º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85561B is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 27 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.48 |
| HSL | 33.4º | 0.66% | 0.31% | - |
| HSV(B) | 33.4º | 0.8% | 0.52% | - |
| XYZ | 13.2 | 11.72 | 2.6 | - |
| YUV | 93.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 27 | 0 | 0.35 | 0.80 | 0.48 | 33.4 | 0.66 | 0.31 |
| Hex | 85 | 56 | 1B | 0 | 23 | 50 | 30 | 21 | 42 | 1F |
| Octal | 205 | 126 | 33 | 0 | 43 | 120 | 60 | 41 | 102 | 37 |
| Binary | 10000101 | 1010110 | 11011 | 0 | 100011 | 1010000 | 110000 | 100001 | 1000010 | 11111 |
Color Harmonies of #85561B
Complementary color
Monochromatic Colors of #85561B
Black with #85561B
Text Example
Text Example
White with #85561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85561B; }
p { color: rgb(133,86,27); }
H1.HeaderClassName
{
color: #85561B;
}
.AnyTagClassName
{
color: #85561B;
}
</style>
background-color css
<style>
a { background-color: #85561B; }
a { background-color: rgb(133,86,27); }
div.DivClassName
{
background-color: #85561B;
}
.BgClassName
{
background-color: #85561B;
}
</style>
border-color css
<style>
span { border-color: #85561B; }
span { border-color: rgb(133,86,27); }
td.TdClassName
{
border-color: #85561B;
}
.TagClassName
{
border-color: #85561B;
}
</style>