Shades of Hot Curry #85561A
Tints of Hot Curry #85561A
RGB
CMYK
RGB Variations
Color information
#85561A (or 0x85561A) is known color: Hot Curry. HEX triplet: 85, 56 and 1A. RGB value is (133,86,26). Sum of RGB (Red+Green+Blue) = 133+86+26=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85561A is #7AA9E5. Grayscale: #5D5D5D. Windows color (decimal): -8038886 or 1726085. OLE color: 1726085.
HSL color Cylindrical-coordinate representation of color #85561A: hue angle of 33.64º degrees, saturation: 0.67, 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 #85561A is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 26 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.48 |
| HSL | 33.64º | 0.67% | 0.31% | - |
| HSV(B) | 33.64º | 0.8% | 0.52% | - |
| XYZ | 13.19 | 11.72 | 2.54 | - |
| YUV | 93.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 26 | 0 | 0.35 | 0.80 | 0.48 | 33.64 | 0.67 | 0.31 |
| Hex | 85 | 56 | 1A | 0 | 23 | 50 | 30 | 22 | 43 | 1F |
| Octal | 205 | 126 | 32 | 0 | 43 | 120 | 60 | 42 | 103 | 37 |
| Binary | 10000101 | 1010110 | 11010 | 0 | 100011 | 1010000 | 110000 | 100010 | 1000011 | 11111 |
Color Harmonies of #85561A
Complementary color
Monochromatic Colors of #85561A
Black with #85561A
Text Example
Text Example
White with #85561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85561A; }
p { color: rgb(133,86,26); }
H1.HeaderClassName
{
color: #85561A;
}
.AnyTagClassName
{
color: #85561A;
}
</style>
background-color css
<style>
a { background-color: #85561A; }
a { background-color: rgb(133,86,26); }
div.DivClassName
{
background-color: #85561A;
}
.BgClassName
{
background-color: #85561A;
}
</style>
border-color css
<style>
span { border-color: #85561A; }
span { border-color: rgb(133,86,26); }
td.TdClassName
{
border-color: #85561A;
}
.TagClassName
{
border-color: #85561A;
}
</style>