Shades of Hot Curry #82602C
Tints of Hot Curry #82602C
RGB
CMYK
RGB Variations
Color information
#82602C (or 0x82602C) is known color: Hot Curry. HEX triplet: 82, 60 and 2C. RGB value is (130,96,44). Sum of RGB (Red+Green+Blue) = 130+96+44=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82602C is #7D9FD3. Grayscale: #646464. Windows color (decimal): -8232916 or 2908290. OLE color: 2908290.
HSL color Cylindrical-coordinate representation of color #82602C: hue angle of 36.28º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82602C is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 96 | 44 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.49 |
| HSL | 36.28º | 0.49% | 0.34% | - |
| HSV(B) | 36.28º | 0.66% | 0.51% | - |
| XYZ | 13.84 | 13.29 | 4.22 | - |
| YUV | 100.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 44 | 0 | 0.26 | 0.66 | 0.49 | 36.28 | 0.49 | 0.34 |
| Hex | 82 | 60 | 2C | 0 | 1A | 42 | 31 | 24 | 31 | 22 |
| Octal | 202 | 140 | 54 | 0 | 32 | 102 | 61 | 44 | 61 | 42 |
| Binary | 10000010 | 1100000 | 101100 | 0 | 11010 | 1000010 | 110001 | 100100 | 110001 | 100010 |
Color Harmonies of #82602C
Complementary color
Monochromatic Colors of #82602C
Black with #82602C
Text Example
Text Example
White with #82602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82602C; }
p { color: rgb(130,96,44); }
H1.HeaderClassName
{
color: #82602C;
}
.AnyTagClassName
{
color: #82602C;
}
</style>
background-color css
<style>
a { background-color: #82602C; }
a { background-color: rgb(130,96,44); }
div.DivClassName
{
background-color: #82602C;
}
.BgClassName
{
background-color: #82602C;
}
</style>
border-color css
<style>
span { border-color: #82602C; }
span { border-color: rgb(130,96,44); }
td.TdClassName
{
border-color: #82602C;
}
.TagClassName
{
border-color: #82602C;
}
</style>