Shades of Hot Curry #855A12
Tints of Hot Curry #855A12
RGB
CMYK
RGB Variations
Color information
#855A12 (or 0x855A12) is known color: Hot Curry. HEX triplet: 85, 5A and 12. RGB value is (133,90,18). Sum of RGB (Red+Green+Blue) = 133+90+18=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #855A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A12 is #7AA5ED. Grayscale: #5E5E5E. Windows color (decimal): -8037870 or 1202821. OLE color: 1202821.
HSL color Cylindrical-coordinate representation of color #855A12: hue angle of 37.57º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855A12 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 18 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.48 |
| HSL | 37.57º | 0.76% | 0.3% | - |
| HSV(B) | 37.57º | 0.86% | 0.52% | - |
| XYZ | 13.44 | 12.34 | 2.25 | - |
| YUV | 94.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 18 | 0 | 0.32 | 0.86 | 0.48 | 37.57 | 0.76 | 0.3 |
| Hex | 85 | 5A | 12 | 0 | 20 | 56 | 30 | 26 | 4C | 1E |
| Octal | 205 | 132 | 22 | 0 | 40 | 126 | 60 | 46 | 114 | 36 |
| Binary | 10000101 | 1011010 | 10010 | 0 | 100000 | 1010110 | 110000 | 100110 | 1001100 | 11110 |
Color Harmonies of #855A12
Complementary color
Monochromatic Colors of #855A12
Black with #855A12
Text Example
Text Example
White with #855A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A12; }
p { color: rgb(133,90,18); }
H1.HeaderClassName
{
color: #855A12;
}
.AnyTagClassName
{
color: #855A12;
}
</style>
background-color css
<style>
a { background-color: #855A12; }
a { background-color: rgb(133,90,18); }
div.DivClassName
{
background-color: #855A12;
}
.BgClassName
{
background-color: #855A12;
}
</style>
border-color css
<style>
span { border-color: #855A12; }
span { border-color: rgb(133,90,18); }
td.TdClassName
{
border-color: #855A12;
}
.TagClassName
{
border-color: #855A12;
}
</style>