Shades of Hot Curry #85541B
Tints of Hot Curry #85541B
RGB
CMYK
RGB Variations
Color information
#85541B (or 0x85541B) is known color: Hot Curry. HEX triplet: 85, 54 and 1B. RGB value is (133,84,27). Sum of RGB (Red+Green+Blue) = 133+84+27=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85541B is #7AABE4. Grayscale: #5C5C5C. Windows color (decimal): -8039397 or 1791109. OLE color: 1791109.
HSL color Cylindrical-coordinate representation of color #85541B: hue angle of 32.26º 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 #85541B is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 27 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.48 |
| HSL | 32.26º | 0.66% | 0.31% | - |
| HSV(B) | 32.26º | 0.8% | 0.52% | - |
| XYZ | 13.04 | 11.41 | 2.55 | - |
| YUV | 92.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 27 | 0 | 0.37 | 0.80 | 0.48 | 32.26 | 0.66 | 0.31 |
| Hex | 85 | 54 | 1B | 0 | 25 | 50 | 30 | 20 | 42 | 1F |
| Octal | 205 | 124 | 33 | 0 | 45 | 120 | 60 | 40 | 102 | 37 |
| Binary | 10000101 | 1010100 | 11011 | 0 | 100101 | 1010000 | 110000 | 100000 | 1000010 | 11111 |
Color Harmonies of #85541B
Complementary color
Monochromatic Colors of #85541B
Black with #85541B
Text Example
Text Example
White with #85541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85541B; }
p { color: rgb(133,84,27); }
H1.HeaderClassName
{
color: #85541B;
}
.AnyTagClassName
{
color: #85541B;
}
</style>
background-color css
<style>
a { background-color: #85541B; }
a { background-color: rgb(133,84,27); }
div.DivClassName
{
background-color: #85541B;
}
.BgClassName
{
background-color: #85541B;
}
</style>
border-color css
<style>
span { border-color: #85541B; }
span { border-color: rgb(133,84,27); }
td.TdClassName
{
border-color: #85541B;
}
.TagClassName
{
border-color: #85541B;
}
</style>