Shades of Hot Curry #805C32
Tints of Hot Curry #805C32
RGB
CMYK
RGB Variations
Color information
#805C32 (or 0x805C32) is known color: Hot Curry. HEX triplet: 80, 5C and 32. RGB value is (128,92,50). Sum of RGB (Red+Green+Blue) = 128+92+50=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #805C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C32 is #7FA3CD. Grayscale: #626262. Windows color (decimal): -8365006 or 3300480. OLE color: 3300480.
HSL color Cylindrical-coordinate representation of color #805C32: hue angle of 32.31º 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 #805C32 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 92 | 50 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.50 |
| HSL | 32.31º | 0.44% | 0.35% | - |
| HSV(B) | 32.31º | 0.61% | 0.5% | - |
| XYZ | 13.3 | 12.47 | 4.72 | - |
| YUV | 97.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 50 | 0 | 0.28 | 0.61 | 0.50 | 32.31 | 0.44 | 0.35 |
| Hex | 80 | 5C | 32 | 0 | 1C | 3D | 32 | 20 | 2C | 23 |
| Octal | 200 | 134 | 62 | 0 | 34 | 75 | 62 | 40 | 54 | 43 |
| Binary | 10000000 | 1011100 | 110010 | 0 | 11100 | 111101 | 110010 | 100000 | 101100 | 100011 |
Color Harmonies of #805C32
Complementary color
Monochromatic Colors of #805C32
Black with #805C32
Text Example
Text Example
White with #805C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805C32; }
p { color: rgb(128,92,50); }
H1.HeaderClassName
{
color: #805C32;
}
.AnyTagClassName
{
color: #805C32;
}
</style>
background-color css
<style>
a { background-color: #805C32; }
a { background-color: rgb(128,92,50); }
div.DivClassName
{
background-color: #805C32;
}
.BgClassName
{
background-color: #805C32;
}
</style>
border-color css
<style>
span { border-color: #805C32; }
span { border-color: rgb(128,92,50); }
td.TdClassName
{
border-color: #805C32;
}
.TagClassName
{
border-color: #805C32;
}
</style>