Shades of Dark Wood #82624A
Tints of Dark Wood #82624A
RGB
CMYK
RGB Variations
Color information
#82624A (or 0x82624A) is known color: Dark Wood. HEX triplet: 82, 62 and 4A. RGB value is (130,98,74). Sum of RGB (Red+Green+Blue) = 130+98+74=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #82624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82624A is #7D9DB5. Grayscale: #686868. Windows color (decimal): -8232374 or 4874882. OLE color: 4874882.
HSL color Cylindrical-coordinate representation of color #82624A: hue angle of 25.71º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82624A is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 98 | 74 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.49 |
| HSL | 25.71º | 0.27% | 0.4% | - |
| HSV(B) | 25.71º | 0.43% | 0.51% | - |
| XYZ | 14.81 | 13.98 | 8.4 | - |
| YUV | 104.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 74 | 0 | 0.25 | 0.43 | 0.49 | 25.71 | 0.27 | 0.4 |
| Hex | 82 | 62 | 4A | 0 | 19 | 2B | 31 | 1A | 1B | 28 |
| Octal | 202 | 142 | 112 | 0 | 31 | 53 | 61 | 32 | 33 | 50 |
| Binary | 10000010 | 1100010 | 1001010 | 0 | 11001 | 101011 | 110001 | 11010 | 11011 | 101000 |
Color Harmonies of #82624A
Complementary color
Monochromatic Colors of #82624A
Black with #82624A
Text Example
Text Example
White with #82624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82624A; }
p { color: rgb(130,98,74); }
H1.HeaderClassName
{
color: #82624A;
}
.AnyTagClassName
{
color: #82624A;
}
</style>
background-color css
<style>
a { background-color: #82624A; }
a { background-color: rgb(130,98,74); }
div.DivClassName
{
background-color: #82624A;
}
.BgClassName
{
background-color: #82624A;
}
</style>
border-color css
<style>
span { border-color: #82624A; }
span { border-color: rgb(130,98,74); }
td.TdClassName
{
border-color: #82624A;
}
.TagClassName
{
border-color: #82624A;
}
</style>