Shades of Hot Curry #805829
Tints of Hot Curry #805829
RGB
CMYK
RGB Variations
Color information
#805829 (or 0x805829) is known color: Hot Curry. HEX triplet: 80, 58 and 29. RGB value is (128,88,41). Sum of RGB (Red+Green+Blue) = 128+88+41=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #805829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805829 is #7FA7D6. Grayscale: #5E5E5E. Windows color (decimal): -8366039 or 2709632. OLE color: 2709632.
HSL color Cylindrical-coordinate representation of color #805829: hue angle of 32.41º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #805829 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 41 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.50 |
| HSL | 32.41º | 0.51% | 0.33% | - |
| HSV(B) | 32.41º | 0.68% | 0.5% | - |
| XYZ | 12.79 | 11.73 | 3.69 | - |
| YUV | 94.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 41 | 0 | 0.31 | 0.68 | 0.50 | 32.41 | 0.51 | 0.33 |
| Hex | 80 | 58 | 29 | 0 | 1F | 44 | 32 | 20 | 33 | 21 |
| Octal | 200 | 130 | 51 | 0 | 37 | 104 | 62 | 40 | 63 | 41 |
| Binary | 10000000 | 1011000 | 101001 | 0 | 11111 | 1000100 | 110010 | 100000 | 110011 | 100001 |
Color Harmonies of #805829
Complementary color
Monochromatic Colors of #805829
Black with #805829
Text Example
Text Example
White with #805829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805829; }
p { color: rgb(128,88,41); }
H1.HeaderClassName
{
color: #805829;
}
.AnyTagClassName
{
color: #805829;
}
</style>
background-color css
<style>
a { background-color: #805829; }
a { background-color: rgb(128,88,41); }
div.DivClassName
{
background-color: #805829;
}
.BgClassName
{
background-color: #805829;
}
</style>
border-color css
<style>
span { border-color: #805829; }
span { border-color: rgb(128,88,41); }
td.TdClassName
{
border-color: #805829;
}
.TagClassName
{
border-color: #805829;
}
</style>