Shades of Dark Wood #825F48
Tints of Dark Wood #825F48
RGB
CMYK
RGB Variations
Color information
#825F48 (or 0x825F48) is known color: Dark Wood. HEX triplet: 82, 5F and 48. RGB value is (130,95,72). Sum of RGB (Red+Green+Blue) = 130+95+72=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #825F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F48 is #7DA0B7. Grayscale: #666666. Windows color (decimal): -8233144 or 4743042. OLE color: 4743042.
HSL color Cylindrical-coordinate representation of color #825F48: hue angle of 23.79º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #825F48 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 72 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.49 |
| HSL | 23.79º | 0.29% | 0.4% | - |
| HSV(B) | 23.79º | 0.45% | 0.51% | - |
| XYZ | 14.47 | 13.4 | 7.95 | - |
| YUV | 102.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 72 | 0 | 0.27 | 0.45 | 0.49 | 23.79 | 0.29 | 0.4 |
| Hex | 82 | 5F | 48 | 0 | 1B | 2D | 31 | 18 | 1D | 28 |
| Octal | 202 | 137 | 110 | 0 | 33 | 55 | 61 | 30 | 35 | 50 |
| Binary | 10000010 | 1011111 | 1001000 | 0 | 11011 | 101101 | 110001 | 11000 | 11101 | 101000 |
Color Harmonies of #825F48
Complementary color
Monochromatic Colors of #825F48
Black with #825F48
Text Example
Text Example
White with #825F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F48; }
p { color: rgb(130,95,72); }
H1.HeaderClassName
{
color: #825F48;
}
.AnyTagClassName
{
color: #825F48;
}
</style>
background-color css
<style>
a { background-color: #825F48; }
a { background-color: rgb(130,95,72); }
div.DivClassName
{
background-color: #825F48;
}
.BgClassName
{
background-color: #825F48;
}
</style>
border-color css
<style>
span { border-color: #825F48; }
span { border-color: rgb(130,95,72); }
td.TdClassName
{
border-color: #825F48;
}
.TagClassName
{
border-color: #825F48;
}
</style>