Shades of Hot Curry #82622A
Tints of Hot Curry #82622A
RGB
CMYK
RGB Variations
Color information
#82622A (or 0x82622A) is known color: Hot Curry. HEX triplet: 82, 62 and 2A. RGB value is (130,98,42). Sum of RGB (Red+Green+Blue) = 130+98+42=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82622A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82622A is #7D9DD5. Grayscale: #656565. Windows color (decimal): -8232406 or 2777730. OLE color: 2777730.
HSL color Cylindrical-coordinate representation of color #82622A: hue angle of 38.18º 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 #82622A is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 98 | 42 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.49 |
| HSL | 38.18º | 0.51% | 0.34% | - |
| HSV(B) | 38.18º | 0.68% | 0.51% | - |
| XYZ | 13.99 | 13.65 | 4.09 | - |
| YUV | 101.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 42 | 0 | 0.25 | 0.68 | 0.49 | 38.18 | 0.51 | 0.34 |
| Hex | 82 | 62 | 2A | 0 | 19 | 44 | 31 | 26 | 33 | 22 |
| Octal | 202 | 142 | 52 | 0 | 31 | 104 | 61 | 46 | 63 | 42 |
| Binary | 10000010 | 1100010 | 101010 | 0 | 11001 | 1000100 | 110001 | 100110 | 110011 | 100010 |
Color Harmonies of #82622A
Complementary color
Monochromatic Colors of #82622A
Black with #82622A
Text Example
Text Example
White with #82622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82622A; }
p { color: rgb(130,98,42); }
H1.HeaderClassName
{
color: #82622A;
}
.AnyTagClassName
{
color: #82622A;
}
</style>
background-color css
<style>
a { background-color: #82622A; }
a { background-color: rgb(130,98,42); }
div.DivClassName
{
background-color: #82622A;
}
.BgClassName
{
background-color: #82622A;
}
</style>
border-color css
<style>
span { border-color: #82622A; }
span { border-color: rgb(130,98,42); }
td.TdClassName
{
border-color: #82622A;
}
.TagClassName
{
border-color: #82622A;
}
</style>