Shades of Hot Curry #805F20
Tints of Hot Curry #805F20
RGB
CMYK
RGB Variations
Color information
#805F20 (or 0x805F20) is known color: Hot Curry. HEX triplet: 80, 5F and 20. RGB value is (128,95,32). Sum of RGB (Red+Green+Blue) = 128+95+32=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #805F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F20 is #7FA0DF. Grayscale: #616161. Windows color (decimal): -8364256 or 2121600. OLE color: 2121600.
HSL color Cylindrical-coordinate representation of color #805F20: hue angle of 39.38º 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 #805F20 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 32 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.50 |
| HSL | 39.38º | 0.6% | 0.31% | - |
| HSV(B) | 39.38º | 0.75% | 0.5% | - |
| XYZ | 13.26 | 12.88 | 3.15 | - |
| YUV | 97.69 | 90.93 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 32 | 0 | 0.26 | 0.75 | 0.50 | 39.38 | 0.6 | 0.31 |
| Hex | 80 | 5F | 20 | 0 | 1A | 4B | 32 | 27 | 3C | 1F |
| Octal | 200 | 137 | 40 | 0 | 32 | 113 | 62 | 47 | 74 | 37 |
| Binary | 10000000 | 1011111 | 100000 | 0 | 11010 | 1001011 | 110010 | 100111 | 111100 | 11111 |
Color Harmonies of #805F20
Complementary color
Monochromatic Colors of #805F20
Black with #805F20
Text Example
Text Example
White with #805F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F20; }
p { color: rgb(128,95,32); }
H1.HeaderClassName
{
color: #805F20;
}
.AnyTagClassName
{
color: #805F20;
}
</style>
background-color css
<style>
a { background-color: #805F20; }
a { background-color: rgb(128,95,32); }
div.DivClassName
{
background-color: #805F20;
}
.BgClassName
{
background-color: #805F20;
}
</style>
border-color css
<style>
span { border-color: #805F20; }
span { border-color: rgb(128,95,32); }
td.TdClassName
{
border-color: #805F20;
}
.TagClassName
{
border-color: #805F20;
}
</style>