Shades of Hot Curry #855B20
Tints of Hot Curry #855B20
RGB
CMYK
RGB Variations
Color information
#855B20 (or 0x855B20) is known color: Hot Curry. HEX triplet: 85, 5B and 20. RGB value is (133,91,32). Sum of RGB (Red+Green+Blue) = 133+91+32=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #855B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B20 is #7AA4DF. Grayscale: #616161. Windows color (decimal): -8037600 or 2120581. OLE color: 2120581.
HSL color Cylindrical-coordinate representation of color #855B20: hue angle of 35.05º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #855B20 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 32 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.48 |
| HSL | 35.05º | 0.61% | 0.32% | - |
| HSV(B) | 35.05º | 0.76% | 0.52% | - |
| XYZ | 13.67 | 12.57 | 3.07 | - |
| YUV | 96.83 | 91.41 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 32 | 0 | 0.32 | 0.76 | 0.48 | 35.05 | 0.61 | 0.32 |
| Hex | 85 | 5B | 20 | 0 | 20 | 4C | 30 | 23 | 3D | 20 |
| Octal | 205 | 133 | 40 | 0 | 40 | 114 | 60 | 43 | 75 | 40 |
| Binary | 10000101 | 1011011 | 100000 | 0 | 100000 | 1001100 | 110000 | 100011 | 111101 | 100000 |
Color Harmonies of #855B20
Complementary color
Monochromatic Colors of #855B20
Black with #855B20
Text Example
Text Example
White with #855B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B20; }
p { color: rgb(133,91,32); }
H1.HeaderClassName
{
color: #855B20;
}
.AnyTagClassName
{
color: #855B20;
}
</style>
background-color css
<style>
a { background-color: #855B20; }
a { background-color: rgb(133,91,32); }
div.DivClassName
{
background-color: #855B20;
}
.BgClassName
{
background-color: #855B20;
}
</style>
border-color css
<style>
span { border-color: #855B20; }
span { border-color: rgb(133,91,32); }
td.TdClassName
{
border-color: #855B20;
}
.TagClassName
{
border-color: #855B20;
}
</style>