Shades of Hot Curry #855519
Tints of Hot Curry #855519
RGB
CMYK
RGB Variations
Color information
#855519 (or 0x855519) is known color: Hot Curry. HEX triplet: 85, 55 and 19. RGB value is (133,85,25). Sum of RGB (Red+Green+Blue) = 133+85+25=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #855519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855519 is #7AAAE6. Grayscale: #5C5C5C. Windows color (decimal): -8039143 or 1660293. OLE color: 1660293.
HSL color Cylindrical-coordinate representation of color #855519: hue angle of 33.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #855519 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 25 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.48 |
| HSL | 33.33º | 0.68% | 0.31% | - |
| HSV(B) | 33.33º | 0.81% | 0.52% | - |
| XYZ | 13.1 | 11.55 | 2.46 | - |
| YUV | 92.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 25 | 0 | 0.36 | 0.81 | 0.48 | 33.33 | 0.68 | 0.31 |
| Hex | 85 | 55 | 19 | 0 | 24 | 51 | 30 | 21 | 44 | 1F |
| Octal | 205 | 125 | 31 | 0 | 44 | 121 | 60 | 41 | 104 | 37 |
| Binary | 10000101 | 1010101 | 11001 | 0 | 100100 | 1010001 | 110000 | 100001 | 1000100 | 11111 |
Color Harmonies of #855519
Complementary color
Monochromatic Colors of #855519
Black with #855519
Text Example
Text Example
White with #855519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855519; }
p { color: rgb(133,85,25); }
H1.HeaderClassName
{
color: #855519;
}
.AnyTagClassName
{
color: #855519;
}
</style>
background-color css
<style>
a { background-color: #855519; }
a { background-color: rgb(133,85,25); }
div.DivClassName
{
background-color: #855519;
}
.BgClassName
{
background-color: #855519;
}
</style>
border-color css
<style>
span { border-color: #855519; }
span { border-color: rgb(133,85,25); }
td.TdClassName
{
border-color: #855519;
}
.TagClassName
{
border-color: #855519;
}
</style>