Shades of Dark Wood #825D46
Tints of Dark Wood #825D46
RGB
CMYK
RGB Variations
Color information
#825D46 (or 0x825D46) is known color: Dark Wood. HEX triplet: 82, 5D and 46. RGB value is (130,93,70). Sum of RGB (Red+Green+Blue) = 130+93+70=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #825D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D46 is #7DA2B9. Grayscale: #656565. Windows color (decimal): -8233658 or 4611458. OLE color: 4611458.
HSL color Cylindrical-coordinate representation of color #825D46: hue angle of 23º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825D46 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 70 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.49 |
| HSL | 23º | 0.3% | 0.39% | - |
| HSV(B) | 23º | 0.46% | 0.51% | - |
| XYZ | 14.23 | 13.02 | 7.56 | - |
| YUV | 101.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 70 | 0 | 0.28 | 0.46 | 0.49 | 23 | 0.3 | 0.39 |
| Hex | 82 | 5D | 46 | 0 | 1C | 2E | 31 | 17 | 1E | 27 |
| Octal | 202 | 135 | 106 | 0 | 34 | 56 | 61 | 27 | 36 | 47 |
| Binary | 10000010 | 1011101 | 1000110 | 0 | 11100 | 101110 | 110001 | 10111 | 11110 | 100111 |
Color Harmonies of #825D46
Complementary color
Monochromatic Colors of #825D46
Black with #825D46
Text Example
Text Example
White with #825D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D46; }
p { color: rgb(130,93,70); }
H1.HeaderClassName
{
color: #825D46;
}
.AnyTagClassName
{
color: #825D46;
}
</style>
background-color css
<style>
a { background-color: #825D46; }
a { background-color: rgb(130,93,70); }
div.DivClassName
{
background-color: #825D46;
}
.BgClassName
{
background-color: #825D46;
}
</style>
border-color css
<style>
span { border-color: #825D46; }
span { border-color: rgb(130,93,70); }
td.TdClassName
{
border-color: #825D46;
}
.TagClassName
{
border-color: #825D46;
}
</style>