Shades of Hot Curry #805120
Tints of Hot Curry #805120
RGB
CMYK
RGB Variations
Color information
#805120 (or 0x805120) is known color: Hot Curry. HEX triplet: 80, 51 and 20. RGB value is (128,81,32). Sum of RGB (Red+Green+Blue) = 128+81+32=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #805120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805120 is #7FAEDF. Grayscale: #595959. Windows color (decimal): -8367840 or 2118016. OLE color: 2118016.
HSL color Cylindrical-coordinate representation of color #805120: hue angle of 30.63º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #805120 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 32 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.50 |
| HSL | 30.63º | 0.6% | 0.31% | - |
| HSV(B) | 30.63º | 0.75% | 0.5% | - |
| XYZ | 12.11 | 10.58 | 2.77 | - |
| YUV | 89.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 32 | 0 | 0.37 | 0.75 | 0.50 | 30.63 | 0.6 | 0.31 |
| Hex | 80 | 51 | 20 | 0 | 25 | 4B | 32 | 1F | 3C | 1F |
| Octal | 200 | 121 | 40 | 0 | 45 | 113 | 62 | 37 | 74 | 37 |
| Binary | 10000000 | 1010001 | 100000 | 0 | 100101 | 1001011 | 110010 | 11111 | 111100 | 11111 |
Color Harmonies of #805120
Complementary color
Monochromatic Colors of #805120
Black with #805120
Text Example
Text Example
White with #805120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805120; }
p { color: rgb(128,81,32); }
H1.HeaderClassName
{
color: #805120;
}
.AnyTagClassName
{
color: #805120;
}
</style>
background-color css
<style>
a { background-color: #805120; }
a { background-color: rgb(128,81,32); }
div.DivClassName
{
background-color: #805120;
}
.BgClassName
{
background-color: #805120;
}
</style>
border-color css
<style>
span { border-color: #805120; }
span { border-color: rgb(128,81,32); }
td.TdClassName
{
border-color: #805120;
}
.TagClassName
{
border-color: #805120;
}
</style>