Shades of Hot Curry #805E21
Tints of Hot Curry #805E21
RGB
CMYK
RGB Variations
Color information
#805E21 (or 0x805E21) is known color: Hot Curry. HEX triplet: 80, 5E and 21. RGB value is (128,94,33). Sum of RGB (Red+Green+Blue) = 128+94+33=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #805E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E21 is #7FA1DE. Grayscale: #616161. Windows color (decimal): -8364511 or 2186880. OLE color: 2186880.
HSL color Cylindrical-coordinate representation of color #805E21: hue angle of 38.53º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #805E21 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 33 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.50 |
| HSL | 38.53º | 0.59% | 0.32% | - |
| HSV(B) | 38.53º | 0.74% | 0.5% | - |
| XYZ | 13.18 | 12.7 | 3.2 | - |
| YUV | 97.21 | 91.76 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 33 | 0 | 0.27 | 0.74 | 0.50 | 38.53 | 0.59 | 0.32 |
| Hex | 80 | 5E | 21 | 0 | 1B | 4A | 32 | 27 | 3B | 20 |
| Octal | 200 | 136 | 41 | 0 | 33 | 112 | 62 | 47 | 73 | 40 |
| Binary | 10000000 | 1011110 | 100001 | 0 | 11011 | 1001010 | 110010 | 100111 | 111011 | 100000 |
Color Harmonies of #805E21
Complementary color
Monochromatic Colors of #805E21
Black with #805E21
Text Example
Text Example
White with #805E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E21; }
p { color: rgb(128,94,33); }
H1.HeaderClassName
{
color: #805E21;
}
.AnyTagClassName
{
color: #805E21;
}
</style>
background-color css
<style>
a { background-color: #805E21; }
a { background-color: rgb(128,94,33); }
div.DivClassName
{
background-color: #805E21;
}
.BgClassName
{
background-color: #805E21;
}
</style>
border-color css
<style>
span { border-color: #805E21; }
span { border-color: rgb(128,94,33); }
td.TdClassName
{
border-color: #805E21;
}
.TagClassName
{
border-color: #805E21;
}
</style>