Shades of Hot Curry #815E20
Tints of Hot Curry #815E20
RGB
CMYK
RGB Variations
Color information
#815E20 (or 0x815E20) is known color: Hot Curry. HEX triplet: 81, 5E and 20. RGB value is (129,94,32). Sum of RGB (Red+Green+Blue) = 129+94+32=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #815E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815E20 is #7EA1DF. Grayscale: #616161. Windows color (decimal): -8298976 or 2121345. OLE color: 2121345.
HSL color Cylindrical-coordinate representation of color #815E20: hue angle of 38.35º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #815E20 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 32 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.49 |
| HSL | 38.35º | 0.6% | 0.32% | - |
| HSV(B) | 38.35º | 0.75% | 0.51% | - |
| XYZ | 13.32 | 12.78 | 3.13 | - |
| YUV | 97.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 32 | 0 | 0.27 | 0.75 | 0.49 | 38.35 | 0.6 | 0.32 |
| Hex | 81 | 5E | 20 | 0 | 1B | 4B | 31 | 26 | 3C | 20 |
| Octal | 201 | 136 | 40 | 0 | 33 | 113 | 61 | 46 | 74 | 40 |
| Binary | 10000001 | 1011110 | 100000 | 0 | 11011 | 1001011 | 110001 | 100110 | 111100 | 100000 |
Color Harmonies of #815E20
Complementary color
Monochromatic Colors of #815E20
Black with #815E20
Text Example
Text Example
White with #815E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E20; }
p { color: rgb(129,94,32); }
H1.HeaderClassName
{
color: #815E20;
}
.AnyTagClassName
{
color: #815E20;
}
</style>
background-color css
<style>
a { background-color: #815E20; }
a { background-color: rgb(129,94,32); }
div.DivClassName
{
background-color: #815E20;
}
.BgClassName
{
background-color: #815E20;
}
</style>
border-color css
<style>
span { border-color: #815E20; }
span { border-color: rgb(129,94,32); }
td.TdClassName
{
border-color: #815E20;
}
.TagClassName
{
border-color: #815E20;
}
</style>