Shades of Hot Curry #805E20
Tints of Hot Curry #805E20
RGB
CMYK
RGB Variations
Color information
#805E20 (or 0x805E20) is known color: Hot Curry. HEX triplet: 80, 5E and 20. RGB value is (128,94,32). Sum of RGB (Red+Green+Blue) = 128+94+32=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #805E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E20 is #7FA1DF. Grayscale: #616161. Windows color (decimal): -8364512 or 2121344. OLE color: 2121344.
HSL color Cylindrical-coordinate representation of color #805E20: hue angle of 38.75º 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 #805E20 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 32 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.50 |
| HSL | 38.75º | 0.6% | 0.31% | - |
| HSV(B) | 38.75º | 0.75% | 0.5% | - |
| XYZ | 13.17 | 12.7 | 3.12 | - |
| YUV | 97.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 32 | 0 | 0.27 | 0.75 | 0.50 | 38.75 | 0.6 | 0.31 |
| Hex | 80 | 5E | 20 | 0 | 1B | 4B | 32 | 27 | 3C | 1F |
| Octal | 200 | 136 | 40 | 0 | 33 | 113 | 62 | 47 | 74 | 37 |
| Binary | 10000000 | 1011110 | 100000 | 0 | 11011 | 1001011 | 110010 | 100111 | 111100 | 11111 |
Color Harmonies of #805E20
Complementary color
Monochromatic Colors of #805E20
Black with #805E20
Text Example
Text Example
White with #805E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E20; }
p { color: rgb(128,94,32); }
H1.HeaderClassName
{
color: #805E20;
}
.AnyTagClassName
{
color: #805E20;
}
</style>
background-color css
<style>
a { background-color: #805E20; }
a { background-color: rgb(128,94,32); }
div.DivClassName
{
background-color: #805E20;
}
.BgClassName
{
background-color: #805E20;
}
</style>
border-color css
<style>
span { border-color: #805E20; }
span { border-color: rgb(128,94,32); }
td.TdClassName
{
border-color: #805E20;
}
.TagClassName
{
border-color: #805E20;
}
</style>