Shades of Hot Curry #82602A
Tints of Hot Curry #82602A
RGB
CMYK
RGB Variations
Color information
#82602A (or 0x82602A) is known color: Hot Curry. HEX triplet: 82, 60 and 2A. RGB value is (130,96,42). Sum of RGB (Red+Green+Blue) = 130+96+42=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #82602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82602A is #7D9FD5. Grayscale: #646464. Windows color (decimal): -8232918 or 2777218. OLE color: 2777218.
HSL color Cylindrical-coordinate representation of color #82602A: hue angle of 36.82º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82602A is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 96 | 42 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.49 |
| HSL | 36.82º | 0.51% | 0.34% | - |
| HSV(B) | 36.82º | 0.68% | 0.51% | - |
| XYZ | 13.81 | 13.28 | 4.03 | - |
| YUV | 100.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 42 | 0 | 0.26 | 0.68 | 0.49 | 36.82 | 0.51 | 0.34 |
| Hex | 82 | 60 | 2A | 0 | 1A | 44 | 31 | 25 | 33 | 22 |
| Octal | 202 | 140 | 52 | 0 | 32 | 104 | 61 | 45 | 63 | 42 |
| Binary | 10000010 | 1100000 | 101010 | 0 | 11010 | 1000100 | 110001 | 100101 | 110011 | 100010 |
Color Harmonies of #82602A
Complementary color
Monochromatic Colors of #82602A
Black with #82602A
Text Example
Text Example
White with #82602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82602A; }
p { color: rgb(130,96,42); }
H1.HeaderClassName
{
color: #82602A;
}
.AnyTagClassName
{
color: #82602A;
}
</style>
background-color css
<style>
a { background-color: #82602A; }
a { background-color: rgb(130,96,42); }
div.DivClassName
{
background-color: #82602A;
}
.BgClassName
{
background-color: #82602A;
}
</style>
border-color css
<style>
span { border-color: #82602A; }
span { border-color: rgb(130,96,42); }
td.TdClassName
{
border-color: #82602A;
}
.TagClassName
{
border-color: #82602A;
}
</style>