Shades of Hot Curry #805B32
Tints of Hot Curry #805B32
RGB
CMYK
RGB Variations
Color information
#805B32 (or 0x805B32) is known color: Hot Curry. HEX triplet: 80, 5B and 32. RGB value is (128,91,50). Sum of RGB (Red+Green+Blue) = 128+91+50=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #805B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805B32 is #7FA4CD. Grayscale: #616161. Windows color (decimal): -8365262 or 3300224. OLE color: 3300224.
HSL color Cylindrical-coordinate representation of color #805B32: hue angle of 31.54º 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 #805B32 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 91 | 50 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.50 |
| HSL | 31.54º | 0.44% | 0.35% | - |
| HSV(B) | 31.54º | 0.61% | 0.5% | - |
| XYZ | 13.22 | 12.3 | 4.7 | - |
| YUV | 97.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 50 | 0 | 0.29 | 0.61 | 0.50 | 31.54 | 0.44 | 0.35 |
| Hex | 80 | 5B | 32 | 0 | 1D | 3D | 32 | 20 | 2C | 23 |
| Octal | 200 | 133 | 62 | 0 | 35 | 75 | 62 | 40 | 54 | 43 |
| Binary | 10000000 | 1011011 | 110010 | 0 | 11101 | 111101 | 110010 | 100000 | 101100 | 100011 |
Color Harmonies of #805B32
Complementary color
Monochromatic Colors of #805B32
Black with #805B32
Text Example
Text Example
White with #805B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805B32; }
p { color: rgb(128,91,50); }
H1.HeaderClassName
{
color: #805B32;
}
.AnyTagClassName
{
color: #805B32;
}
</style>
background-color css
<style>
a { background-color: #805B32; }
a { background-color: rgb(128,91,50); }
div.DivClassName
{
background-color: #805B32;
}
.BgClassName
{
background-color: #805B32;
}
</style>
border-color css
<style>
span { border-color: #805B32; }
span { border-color: rgb(128,91,50); }
td.TdClassName
{
border-color: #805B32;
}
.TagClassName
{
border-color: #805B32;
}
</style>