Shades of Hot Curry #805A32
Tints of Hot Curry #805A32
RGB
CMYK
RGB Variations
Color information
#805A32 (or 0x805A32) is known color: Hot Curry. HEX triplet: 80, 5A and 32. RGB value is (128,90,50). Sum of RGB (Red+Green+Blue) = 128+90+50=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #805A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805A32 is #7FA5CD. Grayscale: #616161. Windows color (decimal): -8365518 or 3299968. OLE color: 3299968.
HSL color Cylindrical-coordinate representation of color #805A32: hue angle of 30.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #805A32 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 90 | 50 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.50 |
| HSL | 30.77º | 0.44% | 0.35% | - |
| HSV(B) | 30.77º | 0.61% | 0.5% | - |
| XYZ | 13.13 | 12.13 | 4.67 | - |
| YUV | 96.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 50 | 0 | 0.30 | 0.61 | 0.50 | 30.77 | 0.44 | 0.35 |
| Hex | 80 | 5A | 32 | 0 | 1E | 3D | 32 | 1F | 2C | 23 |
| Octal | 200 | 132 | 62 | 0 | 36 | 75 | 62 | 37 | 54 | 43 |
| Binary | 10000000 | 1011010 | 110010 | 0 | 11110 | 111101 | 110010 | 11111 | 101100 | 100011 |
Color Harmonies of #805A32
Complementary color
Monochromatic Colors of #805A32
Black with #805A32
Text Example
Text Example
White with #805A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805A32; }
p { color: rgb(128,90,50); }
H1.HeaderClassName
{
color: #805A32;
}
.AnyTagClassName
{
color: #805A32;
}
</style>
background-color css
<style>
a { background-color: #805A32; }
a { background-color: rgb(128,90,50); }
div.DivClassName
{
background-color: #805A32;
}
.BgClassName
{
background-color: #805A32;
}
</style>
border-color css
<style>
span { border-color: #805A32; }
span { border-color: rgb(128,90,50); }
td.TdClassName
{
border-color: #805A32;
}
.TagClassName
{
border-color: #805A32;
}
</style>