Shades of Hot Curry #855816
Tints of Hot Curry #855816
RGB
CMYK
RGB Variations
Color information
#855816 (or 0x855816) is known color: Hot Curry. HEX triplet: 85, 58 and 16. RGB value is (133,88,22). Sum of RGB (Red+Green+Blue) = 133+88+22=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #855816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855816 is #7AA7E9. Grayscale: #5E5E5E. Windows color (decimal): -8038378 or 1464453. OLE color: 1464453.
HSL color Cylindrical-coordinate representation of color #855816: hue angle of 35.68º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #855816 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 22 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.48 |
| HSL | 35.68º | 0.72% | 0.3% | - |
| HSV(B) | 35.68º | 0.83% | 0.52% | - |
| XYZ | 13.31 | 12.02 | 2.38 | - |
| YUV | 93.93 | 87.41 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 22 | 0 | 0.34 | 0.83 | 0.48 | 35.68 | 0.72 | 0.3 |
| Hex | 85 | 58 | 16 | 0 | 22 | 53 | 30 | 24 | 48 | 1E |
| Octal | 205 | 130 | 26 | 0 | 42 | 123 | 60 | 44 | 110 | 36 |
| Binary | 10000101 | 1011000 | 10110 | 0 | 100010 | 1010011 | 110000 | 100100 | 1001000 | 11110 |
Color Harmonies of #855816
Complementary color
Monochromatic Colors of #855816
Black with #855816
Text Example
Text Example
White with #855816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855816; }
p { color: rgb(133,88,22); }
H1.HeaderClassName
{
color: #855816;
}
.AnyTagClassName
{
color: #855816;
}
</style>
background-color css
<style>
a { background-color: #855816; }
a { background-color: rgb(133,88,22); }
div.DivClassName
{
background-color: #855816;
}
.BgClassName
{
background-color: #855816;
}
</style>
border-color css
<style>
span { border-color: #855816; }
span { border-color: rgb(133,88,22); }
td.TdClassName
{
border-color: #855816;
}
.TagClassName
{
border-color: #855816;
}
</style>