Shades of Hot Curry #805C2F
Tints of Hot Curry #805C2F
RGB
CMYK
RGB Variations
Color information
#805C2F (or 0x805C2F) is known color: Hot Curry. HEX triplet: 80, 5C and 2F. RGB value is (128,92,47). Sum of RGB (Red+Green+Blue) = 128+92+47=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #805C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C2F is #7FA3D0. Grayscale: #616161. Windows color (decimal): -8365009 or 3103872. OLE color: 3103872.
HSL color Cylindrical-coordinate representation of color #805C2F: hue angle of 33.33º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #805C2F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 92 | 47 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.50 |
| HSL | 33.33º | 0.46% | 0.34% | - |
| HSV(B) | 33.33º | 0.63% | 0.5% | - |
| XYZ | 13.24 | 12.45 | 4.39 | - |
| YUV | 97.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 47 | 0 | 0.28 | 0.63 | 0.50 | 33.33 | 0.46 | 0.34 |
| Hex | 80 | 5C | 2F | 0 | 1C | 3F | 32 | 21 | 2E | 22 |
| Octal | 200 | 134 | 57 | 0 | 34 | 77 | 62 | 41 | 56 | 42 |
| Binary | 10000000 | 1011100 | 101111 | 0 | 11100 | 111111 | 110010 | 100001 | 101110 | 100010 |
Color Harmonies of #805C2F
Complementary color
Monochromatic Colors of #805C2F
Black with #805C2F
Text Example
Text Example
White with #805C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805C2F; }
p { color: rgb(128,92,47); }
H1.HeaderClassName
{
color: #805C2F;
}
.AnyTagClassName
{
color: #805C2F;
}
</style>
background-color css
<style>
a { background-color: #805C2F; }
a { background-color: rgb(128,92,47); }
div.DivClassName
{
background-color: #805C2F;
}
.BgClassName
{
background-color: #805C2F;
}
</style>
border-color css
<style>
span { border-color: #805C2F; }
span { border-color: rgb(128,92,47); }
td.TdClassName
{
border-color: #805C2F;
}
.TagClassName
{
border-color: #805C2F;
}
</style>