Shades of Hot Curry #855820
Tints of Hot Curry #855820
RGB
CMYK
RGB Variations
Color information
#855820 (or 0x855820) is known color: Hot Curry. HEX triplet: 85, 58 and 20. RGB value is (133,88,32). Sum of RGB (Red+Green+Blue) = 133+88+32=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #855820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855820 is #7AA7DF. Grayscale: #5F5F5F. Windows color (decimal): -8038368 or 2119813. OLE color: 2119813.
HSL color Cylindrical-coordinate representation of color #855820: hue angle of 33.27º 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 #855820 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 32 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.48 |
| HSL | 33.27º | 0.61% | 0.32% | - |
| HSV(B) | 33.27º | 0.76% | 0.52% | - |
| XYZ | 13.42 | 12.07 | 2.99 | - |
| YUV | 95.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 32 | 0 | 0.34 | 0.76 | 0.48 | 33.27 | 0.61 | 0.32 |
| Hex | 85 | 58 | 20 | 0 | 22 | 4C | 30 | 21 | 3D | 20 |
| Octal | 205 | 130 | 40 | 0 | 42 | 114 | 60 | 41 | 75 | 40 |
| Binary | 10000101 | 1011000 | 100000 | 0 | 100010 | 1001100 | 110000 | 100001 | 111101 | 100000 |
Color Harmonies of #855820
Complementary color
Monochromatic Colors of #855820
Black with #855820
Text Example
Text Example
White with #855820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855820; }
p { color: rgb(133,88,32); }
H1.HeaderClassName
{
color: #855820;
}
.AnyTagClassName
{
color: #855820;
}
</style>
background-color css
<style>
a { background-color: #855820; }
a { background-color: rgb(133,88,32); }
div.DivClassName
{
background-color: #855820;
}
.BgClassName
{
background-color: #855820;
}
</style>
border-color css
<style>
span { border-color: #855820; }
span { border-color: rgb(133,88,32); }
td.TdClassName
{
border-color: #855820;
}
.TagClassName
{
border-color: #855820;
}
</style>