Shades of Dark Wood #815D49
Tints of Dark Wood #815D49
RGB
CMYK
RGB Variations
Color information
#815D49 (or 0x815D49) is known color: Dark Wood. HEX triplet: 81, 5D and 49. RGB value is (129,93,73). Sum of RGB (Red+Green+Blue) = 129+93+73=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #815D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815D49 is #7EA2B6. Grayscale: #656565. Windows color (decimal): -8299191 or 4808065. OLE color: 4808065.
HSL color Cylindrical-coordinate representation of color #815D49: hue angle of 21.43º degrees, saturation: 0.28, 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 #815D49 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 93 | 73 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.49 |
| HSL | 21.43º | 0.28% | 0.4% | - |
| HSV(B) | 21.43º | 0.43% | 0.51% | - |
| XYZ | 14.17 | 12.98 | 8.06 | - |
| YUV | 101.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 73 | 0 | 0.28 | 0.43 | 0.49 | 21.43 | 0.28 | 0.4 |
| Hex | 81 | 5D | 49 | 0 | 1C | 2B | 31 | 15 | 1C | 28 |
| Octal | 201 | 135 | 111 | 0 | 34 | 53 | 61 | 25 | 34 | 50 |
| Binary | 10000001 | 1011101 | 1001001 | 0 | 11100 | 101011 | 110001 | 10101 | 11100 | 101000 |
Color Harmonies of #815D49
Complementary color
Monochromatic Colors of #815D49
Black with #815D49
Text Example
Text Example
White with #815D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815D49; }
p { color: rgb(129,93,73); }
H1.HeaderClassName
{
color: #815D49;
}
.AnyTagClassName
{
color: #815D49;
}
</style>
background-color css
<style>
a { background-color: #815D49; }
a { background-color: rgb(129,93,73); }
div.DivClassName
{
background-color: #815D49;
}
.BgClassName
{
background-color: #815D49;
}
</style>
border-color css
<style>
span { border-color: #815D49; }
span { border-color: rgb(129,93,73); }
td.TdClassName
{
border-color: #815D49;
}
.TagClassName
{
border-color: #815D49;
}
</style>