Shades of Dark Wood #795D47
Tints of Dark Wood #795D47
RGB
CMYK
RGB Variations
Color information
#795D47 (or 0x795D47) is known color: Dark Wood. HEX triplet: 79, 5D and 47. RGB value is (121,93,71). Sum of RGB (Red+Green+Blue) = 121+93+71=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #795D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D47 is #86A2B8. Grayscale: #626262. Windows color (decimal): -8823481 or 4676985. OLE color: 4676985.
HSL color Cylindrical-coordinate representation of color #795D47: hue angle of 26.4º 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 #795D47 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 71 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.53 |
| HSL | 26.4º | 0.26% | 0.38% | - |
| HSV(B) | 26.4º | 0.41% | 0.47% | - |
| XYZ | 12.94 | 12.35 | 7.66 | - |
| YUV | 98.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 71 | 0 | 0.23 | 0.41 | 0.53 | 26.4 | 0.26 | 0.38 |
| Hex | 79 | 5D | 47 | 0 | 17 | 29 | 35 | 1A | 1A | 26 |
| Octal | 171 | 135 | 107 | 0 | 27 | 51 | 65 | 32 | 32 | 46 |
| Binary | 1111001 | 1011101 | 1000111 | 0 | 10111 | 101001 | 110101 | 11010 | 11010 | 100110 |
Color Harmonies of #795D47
Complementary color
Monochromatic Colors of #795D47
Black with #795D47
Text Example
Text Example
White with #795D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D47; }
p { color: rgb(121,93,71); }
H1.HeaderClassName
{
color: #795D47;
}
.AnyTagClassName
{
color: #795D47;
}
</style>
background-color css
<style>
a { background-color: #795D47; }
a { background-color: rgb(121,93,71); }
div.DivClassName
{
background-color: #795D47;
}
.BgClassName
{
background-color: #795D47;
}
</style>
border-color css
<style>
span { border-color: #795D47; }
span { border-color: rgb(121,93,71); }
td.TdClassName
{
border-color: #795D47;
}
.TagClassName
{
border-color: #795D47;
}
</style>