Shades of Hot Curry #805222
Tints of Hot Curry #805222
RGB
CMYK
RGB Variations
Color information
#805222 (or 0x805222) is known color: Hot Curry. HEX triplet: 80, 52 and 22. RGB value is (128,82,34). Sum of RGB (Red+Green+Blue) = 128+82+34=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #805222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805222 is #7FADDD. Grayscale: #5A5A5A. Windows color (decimal): -8367582 or 2249344. OLE color: 2249344.
HSL color Cylindrical-coordinate representation of color #805222: hue angle of 30.64º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #805222 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 82 | 34 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.50 |
| HSL | 30.64º | 0.58% | 0.32% | - |
| HSV(B) | 30.64º | 0.73% | 0.5% | - |
| XYZ | 12.21 | 10.74 | 2.94 | - |
| YUV | 90.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 34 | 0 | 0.36 | 0.73 | 0.50 | 30.64 | 0.58 | 0.32 |
| Hex | 80 | 52 | 22 | 0 | 24 | 49 | 32 | 1F | 3A | 20 |
| Octal | 200 | 122 | 42 | 0 | 44 | 111 | 62 | 37 | 72 | 40 |
| Binary | 10000000 | 1010010 | 100010 | 0 | 100100 | 1001001 | 110010 | 11111 | 111010 | 100000 |
Color Harmonies of #805222
Complementary color
Monochromatic Colors of #805222
Black with #805222
Text Example
Text Example
White with #805222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805222; }
p { color: rgb(128,82,34); }
H1.HeaderClassName
{
color: #805222;
}
.AnyTagClassName
{
color: #805222;
}
</style>
background-color css
<style>
a { background-color: #805222; }
a { background-color: rgb(128,82,34); }
div.DivClassName
{
background-color: #805222;
}
.BgClassName
{
background-color: #805222;
}
</style>
border-color css
<style>
span { border-color: #805222; }
span { border-color: rgb(128,82,34); }
td.TdClassName
{
border-color: #805222;
}
.TagClassName
{
border-color: #805222;
}
</style>