Shades of Hot Curry #805529
Tints of Hot Curry #805529
RGB
CMYK
RGB Variations
Color information
#805529 (or 0x805529) is known color: Hot Curry. HEX triplet: 80, 55 and 29. RGB value is (128,85,41). Sum of RGB (Red+Green+Blue) = 128+85+41=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #805529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805529 is #7FAAD6. Grayscale: #5D5D5D. Windows color (decimal): -8366807 or 2708864. OLE color: 2708864.
HSL color Cylindrical-coordinate representation of color #805529: hue angle of 30.34º 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 #805529 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 41 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.50 |
| HSL | 30.34º | 0.51% | 0.33% | - |
| HSV(B) | 30.34º | 0.68% | 0.5% | - |
| XYZ | 12.55 | 11.25 | 3.61 | - |
| YUV | 92.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 41 | 0 | 0.34 | 0.68 | 0.50 | 30.34 | 0.51 | 0.33 |
| Hex | 80 | 55 | 29 | 0 | 22 | 44 | 32 | 1E | 33 | 21 |
| Octal | 200 | 125 | 51 | 0 | 42 | 104 | 62 | 36 | 63 | 41 |
| Binary | 10000000 | 1010101 | 101001 | 0 | 100010 | 1000100 | 110010 | 11110 | 110011 | 100001 |
Color Harmonies of #805529
Complementary color
Monochromatic Colors of #805529
Black with #805529
Text Example
Text Example
White with #805529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805529; }
p { color: rgb(128,85,41); }
H1.HeaderClassName
{
color: #805529;
}
.AnyTagClassName
{
color: #805529;
}
</style>
background-color css
<style>
a { background-color: #805529; }
a { background-color: rgb(128,85,41); }
div.DivClassName
{
background-color: #805529;
}
.BgClassName
{
background-color: #805529;
}
</style>
border-color css
<style>
span { border-color: #805529; }
span { border-color: rgb(128,85,41); }
td.TdClassName
{
border-color: #805529;
}
.TagClassName
{
border-color: #805529;
}
</style>