Shades of Hot Curry #80602E
Tints of Hot Curry #80602E
RGB
CMYK
RGB Variations
Color information
#80602E (or 0x80602E) is known color: Hot Curry. HEX triplet: 80, 60 and 2E. RGB value is (128,96,46). Sum of RGB (Red+Green+Blue) = 128+96+46=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80602E is #7F9FD1. Grayscale: #646464. Windows color (decimal): -8363986 or 3039360. OLE color: 3039360.
HSL color Cylindrical-coordinate representation of color #80602E: hue angle of 36.59º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80602E is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 96 | 46 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.50 |
| HSL | 36.59º | 0.47% | 0.34% | - |
| HSV(B) | 36.59º | 0.64% | 0.5% | - |
| XYZ | 13.58 | 13.15 | 4.41 | - |
| YUV | 99.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 46 | 0 | 0.25 | 0.64 | 0.50 | 36.59 | 0.47 | 0.34 |
| Hex | 80 | 60 | 2E | 0 | 19 | 40 | 32 | 25 | 2F | 22 |
| Octal | 200 | 140 | 56 | 0 | 31 | 100 | 62 | 45 | 57 | 42 |
| Binary | 10000000 | 1100000 | 101110 | 0 | 11001 | 1000000 | 110010 | 100101 | 101111 | 100010 |
Color Harmonies of #80602E
Complementary color
Monochromatic Colors of #80602E
Black with #80602E
Text Example
Text Example
White with #80602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80602E; }
p { color: rgb(128,96,46); }
H1.HeaderClassName
{
color: #80602E;
}
.AnyTagClassName
{
color: #80602E;
}
</style>
background-color css
<style>
a { background-color: #80602E; }
a { background-color: rgb(128,96,46); }
div.DivClassName
{
background-color: #80602E;
}
.BgClassName
{
background-color: #80602E;
}
</style>
border-color css
<style>
span { border-color: #80602E; }
span { border-color: rgb(128,96,46); }
td.TdClassName
{
border-color: #80602E;
}
.TagClassName
{
border-color: #80602E;
}
</style>