Shades of Hot Curry #805716
Tints of Hot Curry #805716
RGB
CMYK
RGB Variations
Color information
#805716 (or 0x805716) is known color: Hot Curry. HEX triplet: 80, 57 and 16. RGB value is (128,87,22). Sum of RGB (Red+Green+Blue) = 128+87+22=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #805716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805716 is #7FA8E9. Grayscale: #5C5C5C. Windows color (decimal): -8366314 or 1464192. OLE color: 1464192.
HSL color Cylindrical-coordinate representation of color #805716: hue angle of 36.79º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #805716 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 22 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.50 |
| HSL | 36.79º | 0.71% | 0.29% | - |
| HSV(B) | 36.79º | 0.83% | 0.5% | - |
| XYZ | 12.46 | 11.46 | 2.32 | - |
| YUV | 91.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 22 | 0 | 0.32 | 0.83 | 0.50 | 36.79 | 0.71 | 0.29 |
| Hex | 80 | 57 | 16 | 0 | 20 | 53 | 32 | 25 | 47 | 1D |
| Octal | 200 | 127 | 26 | 0 | 40 | 123 | 62 | 45 | 107 | 35 |
| Binary | 10000000 | 1010111 | 10110 | 0 | 100000 | 1010011 | 110010 | 100101 | 1000111 | 11101 |
Color Harmonies of #805716
Complementary color
Monochromatic Colors of #805716
Black with #805716
Text Example
Text Example
White with #805716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805716; }
p { color: rgb(128,87,22); }
H1.HeaderClassName
{
color: #805716;
}
.AnyTagClassName
{
color: #805716;
}
</style>
background-color css
<style>
a { background-color: #805716; }
a { background-color: rgb(128,87,22); }
div.DivClassName
{
background-color: #805716;
}
.BgClassName
{
background-color: #805716;
}
</style>
border-color css
<style>
span { border-color: #805716; }
span { border-color: rgb(128,87,22); }
td.TdClassName
{
border-color: #805716;
}
.TagClassName
{
border-color: #805716;
}
</style>