Shades of Hot Curry #82562D
Tints of Hot Curry #82562D
RGB
CMYK
RGB Variations
Color information
#82562D (or 0x82562D) is known color: Hot Curry. HEX triplet: 82, 56 and 2D. RGB value is (130,86,45). Sum of RGB (Red+Green+Blue) = 130+86+45=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82562D is #7DA9D2. Grayscale: #5E5E5E. Windows color (decimal): -8235475 or 2971266. OLE color: 2971266.
HSL color Cylindrical-coordinate representation of color #82562D: hue angle of 28.94º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82562D is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 45 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.49 |
| HSL | 28.94º | 0.49% | 0.34% | - |
| HSV(B) | 28.94º | 0.65% | 0.51% | - |
| XYZ | 13.01 | 11.59 | 4.03 | - |
| YUV | 94.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 45 | 0 | 0.34 | 0.65 | 0.49 | 28.94 | 0.49 | 0.34 |
| Hex | 82 | 56 | 2D | 0 | 22 | 41 | 31 | 1D | 31 | 22 |
| Octal | 202 | 126 | 55 | 0 | 42 | 101 | 61 | 35 | 61 | 42 |
| Binary | 10000010 | 1010110 | 101101 | 0 | 100010 | 1000001 | 110001 | 11101 | 110001 | 100010 |
Color Harmonies of #82562D
Complementary color
Monochromatic Colors of #82562D
Black with #82562D
Text Example
Text Example
White with #82562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82562D; }
p { color: rgb(130,86,45); }
H1.HeaderClassName
{
color: #82562D;
}
.AnyTagClassName
{
color: #82562D;
}
</style>
background-color css
<style>
a { background-color: #82562D; }
a { background-color: rgb(130,86,45); }
div.DivClassName
{
background-color: #82562D;
}
.BgClassName
{
background-color: #82562D;
}
</style>
border-color css
<style>
span { border-color: #82562D; }
span { border-color: rgb(130,86,45); }
td.TdClassName
{
border-color: #82562D;
}
.TagClassName
{
border-color: #82562D;
}
</style>