Shades of Hot Curry #82602E
Tints of Hot Curry #82602E
RGB
CMYK
RGB Variations
Color information
#82602E (or 0x82602E) is known color: Hot Curry. HEX triplet: 82, 60 and 2E. RGB value is (130,96,46). Sum of RGB (Red+Green+Blue) = 130+96+46=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82602E is #7D9FD1. Grayscale: #646464. Windows color (decimal): -8232914 or 3039362. OLE color: 3039362.
HSL color Cylindrical-coordinate representation of color #82602E: hue angle of 35.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82602E is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 96 | 46 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.49 |
| HSL | 35.71º | 0.48% | 0.35% | - |
| HSV(B) | 35.71º | 0.65% | 0.51% | - |
| XYZ | 13.88 | 13.31 | 4.42 | - |
| YUV | 100.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 46 | 0 | 0.26 | 0.65 | 0.49 | 35.71 | 0.48 | 0.35 |
| Hex | 82 | 60 | 2E | 0 | 1A | 41 | 31 | 24 | 30 | 23 |
| Octal | 202 | 140 | 56 | 0 | 32 | 101 | 61 | 44 | 60 | 43 |
| Binary | 10000010 | 1100000 | 101110 | 0 | 11010 | 1000001 | 110001 | 100100 | 110000 | 100011 |
Color Harmonies of #82602E
Complementary color
Monochromatic Colors of #82602E
Black with #82602E
Text Example
Text Example
White with #82602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82602E; }
p { color: rgb(130,96,46); }
H1.HeaderClassName
{
color: #82602E;
}
.AnyTagClassName
{
color: #82602E;
}
</style>
background-color css
<style>
a { background-color: #82602E; }
a { background-color: rgb(130,96,46); }
div.DivClassName
{
background-color: #82602E;
}
.BgClassName
{
background-color: #82602E;
}
</style>
border-color css
<style>
span { border-color: #82602E; }
span { border-color: rgb(130,96,46); }
td.TdClassName
{
border-color: #82602E;
}
.TagClassName
{
border-color: #82602E;
}
</style>