Shades of Hot Curry #805D29
Tints of Hot Curry #805D29
RGB
CMYK
RGB Variations
Color information
#805D29 (or 0x805D29) is known color: Hot Curry. HEX triplet: 80, 5D and 29. RGB value is (128,93,41). Sum of RGB (Red+Green+Blue) = 128+93+41=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #805D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D29 is #7FA2D6. Grayscale: #616161. Windows color (decimal): -8364759 or 2710912. OLE color: 2710912.
HSL color Cylindrical-coordinate representation of color #805D29: hue angle of 35.86º 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 #805D29 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 93 | 41 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.50 |
| HSL | 35.86º | 0.51% | 0.33% | - |
| HSV(B) | 35.86º | 0.68% | 0.5% | - |
| XYZ | 13.22 | 12.58 | 3.83 | - |
| YUV | 97.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 41 | 0 | 0.27 | 0.68 | 0.50 | 35.86 | 0.51 | 0.33 |
| Hex | 80 | 5D | 29 | 0 | 1B | 44 | 32 | 24 | 33 | 21 |
| Octal | 200 | 135 | 51 | 0 | 33 | 104 | 62 | 44 | 63 | 41 |
| Binary | 10000000 | 1011101 | 101001 | 0 | 11011 | 1000100 | 110010 | 100100 | 110011 | 100001 |
Color Harmonies of #805D29
Complementary color
Monochromatic Colors of #805D29
Black with #805D29
Text Example
Text Example
White with #805D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D29; }
p { color: rgb(128,93,41); }
H1.HeaderClassName
{
color: #805D29;
}
.AnyTagClassName
{
color: #805D29;
}
</style>
background-color css
<style>
a { background-color: #805D29; }
a { background-color: rgb(128,93,41); }
div.DivClassName
{
background-color: #805D29;
}
.BgClassName
{
background-color: #805D29;
}
</style>
border-color css
<style>
span { border-color: #805D29; }
span { border-color: rgb(128,93,41); }
td.TdClassName
{
border-color: #805D29;
}
.TagClassName
{
border-color: #805D29;
}
</style>