Shades of Hot Curry #805918
Tints of Hot Curry #805918
RGB
CMYK
RGB Variations
Color information
#805918 (or 0x805918) is known color: Hot Curry. HEX triplet: 80, 59 and 18. RGB value is (128,89,24). Sum of RGB (Red+Green+Blue) = 128+89+24=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #805918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805918 is #7FA6E7. Grayscale: #5D5D5D. Windows color (decimal): -8365800 or 1595776. OLE color: 1595776.
HSL color Cylindrical-coordinate representation of color #805918: hue angle of 37.5º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #805918 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 24 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.50 |
| HSL | 37.5º | 0.68% | 0.3% | - |
| HSV(B) | 37.5º | 0.81% | 0.5% | - |
| XYZ | 12.64 | 11.8 | 2.48 | - |
| YUV | 93.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 24 | 0 | 0.30 | 0.81 | 0.50 | 37.5 | 0.68 | 0.3 |
| Hex | 80 | 59 | 18 | 0 | 1E | 51 | 32 | 26 | 44 | 1E |
| Octal | 200 | 131 | 30 | 0 | 36 | 121 | 62 | 46 | 104 | 36 |
| Binary | 10000000 | 1011001 | 11000 | 0 | 11110 | 1010001 | 110010 | 100110 | 1000100 | 11110 |
Color Harmonies of #805918
Complementary color
Monochromatic Colors of #805918
Black with #805918
Text Example
Text Example
White with #805918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805918; }
p { color: rgb(128,89,24); }
H1.HeaderClassName
{
color: #805918;
}
.AnyTagClassName
{
color: #805918;
}
</style>
background-color css
<style>
a { background-color: #805918; }
a { background-color: rgb(128,89,24); }
div.DivClassName
{
background-color: #805918;
}
.BgClassName
{
background-color: #805918;
}
</style>
border-color css
<style>
span { border-color: #805918; }
span { border-color: rgb(128,89,24); }
td.TdClassName
{
border-color: #805918;
}
.TagClassName
{
border-color: #805918;
}
</style>