Shades of Hot Curry #855621
Tints of Hot Curry #855621
RGB
CMYK
RGB Variations
Color information
#855621 (or 0x855621) is known color: Hot Curry. HEX triplet: 85, 56 and 21. RGB value is (133,86,33). Sum of RGB (Red+Green+Blue) = 133+86+33=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855621 is #7AA9DE. Grayscale: #5E5E5E. Windows color (decimal): -8038879 or 2184837. OLE color: 2184837.
HSL color Cylindrical-coordinate representation of color #855621: hue angle of 31.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #855621 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 33 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.48 |
| HSL | 31.8º | 0.6% | 0.33% | - |
| HSV(B) | 31.8º | 0.75% | 0.52% | - |
| XYZ | 13.28 | 11.75 | 3.01 | - |
| YUV | 94.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 33 | 0 | 0.35 | 0.75 | 0.48 | 31.8 | 0.6 | 0.33 |
| Hex | 85 | 56 | 21 | 0 | 23 | 4B | 30 | 20 | 3C | 21 |
| Octal | 205 | 126 | 41 | 0 | 43 | 113 | 60 | 40 | 74 | 41 |
| Binary | 10000101 | 1010110 | 100001 | 0 | 100011 | 1001011 | 110000 | 100000 | 111100 | 100001 |
Color Harmonies of #855621
Complementary color
Monochromatic Colors of #855621
Black with #855621
Text Example
Text Example
White with #855621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855621; }
p { color: rgb(133,86,33); }
H1.HeaderClassName
{
color: #855621;
}
.AnyTagClassName
{
color: #855621;
}
</style>
background-color css
<style>
a { background-color: #855621; }
a { background-color: rgb(133,86,33); }
div.DivClassName
{
background-color: #855621;
}
.BgClassName
{
background-color: #855621;
}
</style>
border-color css
<style>
span { border-color: #855621; }
span { border-color: rgb(133,86,33); }
td.TdClassName
{
border-color: #855621;
}
.TagClassName
{
border-color: #855621;
}
</style>