Shades of Hot Curry #805B20
Tints of Hot Curry #805B20
RGB
CMYK
RGB Variations
Color information
#805B20 (or 0x805B20) is known color: Hot Curry. HEX triplet: 80, 5B and 20. RGB value is (128,91,32). Sum of RGB (Red+Green+Blue) = 128+91+32=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #805B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805B20 is #7FA4DF. Grayscale: #5F5F5F. Windows color (decimal): -8365280 or 2120576. OLE color: 2120576.
HSL color Cylindrical-coordinate representation of color #805B20: hue angle of 36.88º 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 #805B20 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 91 | 32 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.50 |
| HSL | 36.88º | 0.6% | 0.31% | - |
| HSV(B) | 36.88º | 0.75% | 0.5% | - |
| XYZ | 12.9 | 12.18 | 3.04 | - |
| YUV | 95.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 32 | 0 | 0.29 | 0.75 | 0.50 | 36.88 | 0.6 | 0.31 |
| Hex | 80 | 5B | 20 | 0 | 1D | 4B | 32 | 25 | 3C | 1F |
| Octal | 200 | 133 | 40 | 0 | 35 | 113 | 62 | 45 | 74 | 37 |
| Binary | 10000000 | 1011011 | 100000 | 0 | 11101 | 1001011 | 110010 | 100101 | 111100 | 11111 |
Color Harmonies of #805B20
Complementary color
Monochromatic Colors of #805B20
Black with #805B20
Text Example
Text Example
White with #805B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805B20; }
p { color: rgb(128,91,32); }
H1.HeaderClassName
{
color: #805B20;
}
.AnyTagClassName
{
color: #805B20;
}
</style>
background-color css
<style>
a { background-color: #805B20; }
a { background-color: rgb(128,91,32); }
div.DivClassName
{
background-color: #805B20;
}
.BgClassName
{
background-color: #805B20;
}
</style>
border-color css
<style>
span { border-color: #805B20; }
span { border-color: rgb(128,91,32); }
td.TdClassName
{
border-color: #805B20;
}
.TagClassName
{
border-color: #805B20;
}
</style>