Shades of Hot Curry #805F32
Tints of Hot Curry #805F32
RGB
CMYK
RGB Variations
Color information
#805F32 (or 0x805F32) is known color: Hot Curry. HEX triplet: 80, 5F and 32. RGB value is (128,95,50). Sum of RGB (Red+Green+Blue) = 128+95+50=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #805F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F32 is #7FA0CD. Grayscale: #636363. Windows color (decimal): -8364238 or 3301248. OLE color: 3301248.
HSL color Cylindrical-coordinate representation of color #805F32: hue angle of 34.62º 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 #805F32 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 50 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.50 |
| HSL | 34.62º | 0.44% | 0.35% | - |
| HSV(B) | 34.62º | 0.61% | 0.5% | - |
| XYZ | 13.57 | 13 | 4.81 | - |
| YUV | 99.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 50 | 0 | 0.26 | 0.61 | 0.50 | 34.62 | 0.44 | 0.35 |
| Hex | 80 | 5F | 32 | 0 | 1A | 3D | 32 | 23 | 2C | 23 |
| Octal | 200 | 137 | 62 | 0 | 32 | 75 | 62 | 43 | 54 | 43 |
| Binary | 10000000 | 1011111 | 110010 | 0 | 11010 | 111101 | 110010 | 100011 | 101100 | 100011 |
Color Harmonies of #805F32
Complementary color
Monochromatic Colors of #805F32
Black with #805F32
Text Example
Text Example
White with #805F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F32; }
p { color: rgb(128,95,50); }
H1.HeaderClassName
{
color: #805F32;
}
.AnyTagClassName
{
color: #805F32;
}
</style>
background-color css
<style>
a { background-color: #805F32; }
a { background-color: rgb(128,95,50); }
div.DivClassName
{
background-color: #805F32;
}
.BgClassName
{
background-color: #805F32;
}
</style>
border-color css
<style>
span { border-color: #805F32; }
span { border-color: rgb(128,95,50); }
td.TdClassName
{
border-color: #805F32;
}
.TagClassName
{
border-color: #805F32;
}
</style>