Shades of Hot Curry #805622
Tints of Hot Curry #805622
RGB
CMYK
RGB Variations
Color information
#805622 (or 0x805622) is known color: Hot Curry. HEX triplet: 80, 56 and 22. RGB value is (128,86,34). Sum of RGB (Red+Green+Blue) = 128+86+34=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #805622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805622 is #7FA9DD. Grayscale: #5C5C5C. Windows color (decimal): -8366558 or 2250368. OLE color: 2250368.
HSL color Cylindrical-coordinate representation of color #805622: hue angle of 33.19º 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 #805622 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 34 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.50 |
| HSL | 33.19º | 0.58% | 0.32% | - |
| HSV(B) | 33.19º | 0.73% | 0.5% | - |
| XYZ | 12.52 | 11.36 | 3.05 | - |
| YUV | 92.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 34 | 0 | 0.33 | 0.73 | 0.50 | 33.19 | 0.58 | 0.32 |
| Hex | 80 | 56 | 22 | 0 | 21 | 49 | 32 | 21 | 3A | 20 |
| Octal | 200 | 126 | 42 | 0 | 41 | 111 | 62 | 41 | 72 | 40 |
| Binary | 10000000 | 1010110 | 100010 | 0 | 100001 | 1001001 | 110010 | 100001 | 111010 | 100000 |
Color Harmonies of #805622
Complementary color
Monochromatic Colors of #805622
Black with #805622
Text Example
Text Example
White with #805622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805622; }
p { color: rgb(128,86,34); }
H1.HeaderClassName
{
color: #805622;
}
.AnyTagClassName
{
color: #805622;
}
</style>
background-color css
<style>
a { background-color: #805622; }
a { background-color: rgb(128,86,34); }
div.DivClassName
{
background-color: #805622;
}
.BgClassName
{
background-color: #805622;
}
</style>
border-color css
<style>
span { border-color: #805622; }
span { border-color: rgb(128,86,34); }
td.TdClassName
{
border-color: #805622;
}
.TagClassName
{
border-color: #805622;
}
</style>