Shades of Hot Curry #805C33
Tints of Hot Curry #805C33
RGB
CMYK
RGB Variations
Color information
#805C33 (or 0x805C33) is known color: Hot Curry. HEX triplet: 80, 5C and 33. RGB value is (128,92,51). Sum of RGB (Red+Green+Blue) = 128+92+51=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #805C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C33 is #7FA3CC. Grayscale: #626262. Windows color (decimal): -8365005 or 3366016. OLE color: 3366016.
HSL color Cylindrical-coordinate representation of color #805C33: hue angle of 31.95º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805C33 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 92 | 51 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.50 |
| HSL | 31.95º | 0.43% | 0.35% | - |
| HSV(B) | 31.95º | 0.6% | 0.5% | - |
| XYZ | 13.33 | 12.48 | 4.84 | - |
| YUV | 98.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 51 | 0 | 0.28 | 0.60 | 0.50 | 31.95 | 0.43 | 0.35 |
| Hex | 80 | 5C | 33 | 0 | 1C | 3C | 32 | 20 | 2B | 23 |
| Octal | 200 | 134 | 63 | 0 | 34 | 74 | 62 | 40 | 53 | 43 |
| Binary | 10000000 | 1011100 | 110011 | 0 | 11100 | 111100 | 110010 | 100000 | 101011 | 100011 |
Color Harmonies of #805C33
Complementary color
Monochromatic Colors of #805C33
Black with #805C33
Text Example
Text Example
White with #805C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805C33; }
p { color: rgb(128,92,51); }
H1.HeaderClassName
{
color: #805C33;
}
.AnyTagClassName
{
color: #805C33;
}
</style>
background-color css
<style>
a { background-color: #805C33; }
a { background-color: rgb(128,92,51); }
div.DivClassName
{
background-color: #805C33;
}
.BgClassName
{
background-color: #805C33;
}
</style>
border-color css
<style>
span { border-color: #805C33; }
span { border-color: rgb(128,92,51); }
td.TdClassName
{
border-color: #805C33;
}
.TagClassName
{
border-color: #805C33;
}
</style>