Shades of Hot Curry #80602F
Tints of Hot Curry #80602F
RGB
CMYK
RGB Variations
Color information
#80602F (or 0x80602F) is known color: Hot Curry. HEX triplet: 80, 60 and 2F. RGB value is (128,96,47). Sum of RGB (Red+Green+Blue) = 128+96+47=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80602F is #7F9FD0. Grayscale: #646464. Windows color (decimal): -8363985 or 3104896. OLE color: 3104896.
HSL color Cylindrical-coordinate representation of color #80602F: hue angle of 36.3º 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 #80602F is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 96 | 47 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.50 |
| HSL | 36.3º | 0.46% | 0.34% | - |
| HSV(B) | 36.3º | 0.63% | 0.5% | - |
| XYZ | 13.6 | 13.16 | 4.51 | - |
| YUV | 99.98 | 98.1 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 47 | 0 | 0.25 | 0.63 | 0.50 | 36.3 | 0.46 | 0.34 |
| Hex | 80 | 60 | 2F | 0 | 19 | 3F | 32 | 24 | 2E | 22 |
| Octal | 200 | 140 | 57 | 0 | 31 | 77 | 62 | 44 | 56 | 42 |
| Binary | 10000000 | 1100000 | 101111 | 0 | 11001 | 111111 | 110010 | 100100 | 101110 | 100010 |
Color Harmonies of #80602F
Complementary color
Monochromatic Colors of #80602F
Black with #80602F
Text Example
Text Example
White with #80602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80602F; }
p { color: rgb(128,96,47); }
H1.HeaderClassName
{
color: #80602F;
}
.AnyTagClassName
{
color: #80602F;
}
</style>
background-color css
<style>
a { background-color: #80602F; }
a { background-color: rgb(128,96,47); }
div.DivClassName
{
background-color: #80602F;
}
.BgClassName
{
background-color: #80602F;
}
</style>
border-color css
<style>
span { border-color: #80602F; }
span { border-color: rgb(128,96,47); }
td.TdClassName
{
border-color: #80602F;
}
.TagClassName
{
border-color: #80602F;
}
</style>