Shades of Hot Curry #805915
Tints of Hot Curry #805915
RGB
CMYK
RGB Variations
Color information
#805915 (or 0x805915) is known color: Hot Curry. HEX triplet: 80, 59 and 15. RGB value is (128,89,21). Sum of RGB (Red+Green+Blue) = 128+89+21=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #805915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805915 is #7FA6EA. Grayscale: #5D5D5D. Windows color (decimal): -8365803 or 1399168. OLE color: 1399168.
HSL color Cylindrical-coordinate representation of color #805915: hue angle of 38.13º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #805915 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 21 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.50 |
| HSL | 38.13º | 0.72% | 0.29% | - |
| HSV(B) | 38.13º | 0.84% | 0.5% | - |
| XYZ | 12.61 | 11.79 | 2.32 | - |
| YUV | 92.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 21 | 0 | 0.30 | 0.84 | 0.50 | 38.13 | 0.72 | 0.29 |
| Hex | 80 | 59 | 15 | 0 | 1E | 54 | 32 | 26 | 48 | 1D |
| Octal | 200 | 131 | 25 | 0 | 36 | 124 | 62 | 46 | 110 | 35 |
| Binary | 10000000 | 1011001 | 10101 | 0 | 11110 | 1010100 | 110010 | 100110 | 1001000 | 11101 |
Color Harmonies of #805915
Complementary color
Monochromatic Colors of #805915
Black with #805915
Text Example
Text Example
White with #805915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805915; }
p { color: rgb(128,89,21); }
H1.HeaderClassName
{
color: #805915;
}
.AnyTagClassName
{
color: #805915;
}
</style>
background-color css
<style>
a { background-color: #805915; }
a { background-color: rgb(128,89,21); }
div.DivClassName
{
background-color: #805915;
}
.BgClassName
{
background-color: #805915;
}
</style>
border-color css
<style>
span { border-color: #805915; }
span { border-color: rgb(128,89,21); }
td.TdClassName
{
border-color: #805915;
}
.TagClassName
{
border-color: #805915;
}
</style>