Shades of Hot Curry #855A14
Tints of Hot Curry #855A14
RGB
CMYK
RGB Variations
Color information
#855A14 (or 0x855A14) is known color: Hot Curry. HEX triplet: 85, 5A and 14. RGB value is (133,90,20). Sum of RGB (Red+Green+Blue) = 133+90+20=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #855A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A14 is #7AA5EB. Grayscale: #5F5F5F. Windows color (decimal): -8037868 or 1333893. OLE color: 1333893.
HSL color Cylindrical-coordinate representation of color #855A14: hue angle of 37.17º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #855A14 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 20 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.48 |
| HSL | 37.17º | 0.74% | 0.3% | - |
| HSV(B) | 37.17º | 0.85% | 0.52% | - |
| XYZ | 13.46 | 12.35 | 2.34 | - |
| YUV | 94.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 20 | 0 | 0.32 | 0.85 | 0.48 | 37.17 | 0.74 | 0.3 |
| Hex | 85 | 5A | 14 | 0 | 20 | 55 | 30 | 25 | 4A | 1E |
| Octal | 205 | 132 | 24 | 0 | 40 | 125 | 60 | 45 | 112 | 36 |
| Binary | 10000101 | 1011010 | 10100 | 0 | 100000 | 1010101 | 110000 | 100101 | 1001010 | 11110 |
Color Harmonies of #855A14
Complementary color
Monochromatic Colors of #855A14
Black with #855A14
Text Example
Text Example
White with #855A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A14; }
p { color: rgb(133,90,20); }
H1.HeaderClassName
{
color: #855A14;
}
.AnyTagClassName
{
color: #855A14;
}
</style>
background-color css
<style>
a { background-color: #855A14; }
a { background-color: rgb(133,90,20); }
div.DivClassName
{
background-color: #855A14;
}
.BgClassName
{
background-color: #855A14;
}
</style>
border-color css
<style>
span { border-color: #855A14; }
span { border-color: rgb(133,90,20); }
td.TdClassName
{
border-color: #855A14;
}
.TagClassName
{
border-color: #855A14;
}
</style>