Shades of Dark Wood #795F47
Tints of Dark Wood #795F47
RGB
CMYK
RGB Variations
Color information
#795F47 (or 0x795F47) is known color: Dark Wood. HEX triplet: 79, 5F and 47. RGB value is (121,95,71). Sum of RGB (Red+Green+Blue) = 121+95+71=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #795F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F47 is #86A0B8. Grayscale: #646464. Windows color (decimal): -8822969 or 4677497. OLE color: 4677497.
HSL color Cylindrical-coordinate representation of color #795F47: hue angle of 28.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #795F47 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 95 | 71 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.53 |
| HSL | 28.8º | 0.26% | 0.38% | - |
| HSV(B) | 28.8º | 0.41% | 0.47% | - |
| XYZ | 13.11 | 12.7 | 7.72 | - |
| YUV | 100.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 71 | 0 | 0.21 | 0.41 | 0.53 | 28.8 | 0.26 | 0.38 |
| Hex | 79 | 5F | 47 | 0 | 15 | 29 | 35 | 1D | 1A | 26 |
| Octal | 171 | 137 | 107 | 0 | 25 | 51 | 65 | 35 | 32 | 46 |
| Binary | 1111001 | 1011111 | 1000111 | 0 | 10101 | 101001 | 110101 | 11101 | 11010 | 100110 |
Color Harmonies of #795F47
Complementary color
Monochromatic Colors of #795F47
Black with #795F47
Text Example
Text Example
White with #795F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F47; }
p { color: rgb(121,95,71); }
H1.HeaderClassName
{
color: #795F47;
}
.AnyTagClassName
{
color: #795F47;
}
</style>
background-color css
<style>
a { background-color: #795F47; }
a { background-color: rgb(121,95,71); }
div.DivClassName
{
background-color: #795F47;
}
.BgClassName
{
background-color: #795F47;
}
</style>
border-color css
<style>
span { border-color: #795F47; }
span { border-color: rgb(121,95,71); }
td.TdClassName
{
border-color: #795F47;
}
.TagClassName
{
border-color: #795F47;
}
</style>