Shades of Dark Wood #825D49
Tints of Dark Wood #825D49
RGB
CMYK
RGB Variations
Color information
#825D49 (or 0x825D49) is known color: Dark Wood. HEX triplet: 82, 5D and 49. RGB value is (130,93,73). Sum of RGB (Red+Green+Blue) = 130+93+73=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #825D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D49 is #7DA2B6. Grayscale: #656565. Windows color (decimal): -8233655 or 4808066. OLE color: 4808066.
HSL color Cylindrical-coordinate representation of color #825D49: hue angle of 21.05º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825D49 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 73 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.49 |
| HSL | 21.05º | 0.28% | 0.4% | - |
| HSV(B) | 21.05º | 0.44% | 0.51% | - |
| XYZ | 14.32 | 13.06 | 8.07 | - |
| YUV | 101.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 73 | 0 | 0.28 | 0.44 | 0.49 | 21.05 | 0.28 | 0.4 |
| Hex | 82 | 5D | 49 | 0 | 1C | 2C | 31 | 15 | 1C | 28 |
| Octal | 202 | 135 | 111 | 0 | 34 | 54 | 61 | 25 | 34 | 50 |
| Binary | 10000010 | 1011101 | 1001001 | 0 | 11100 | 101100 | 110001 | 10101 | 11100 | 101000 |
Color Harmonies of #825D49
Complementary color
Monochromatic Colors of #825D49
Black with #825D49
Text Example
Text Example
White with #825D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D49; }
p { color: rgb(130,93,73); }
H1.HeaderClassName
{
color: #825D49;
}
.AnyTagClassName
{
color: #825D49;
}
</style>
background-color css
<style>
a { background-color: #825D49; }
a { background-color: rgb(130,93,73); }
div.DivClassName
{
background-color: #825D49;
}
.BgClassName
{
background-color: #825D49;
}
</style>
border-color css
<style>
span { border-color: #825D49; }
span { border-color: rgb(130,93,73); }
td.TdClassName
{
border-color: #825D49;
}
.TagClassName
{
border-color: #825D49;
}
</style>