Shades of Dark Wood #795D49
Tints of Dark Wood #795D49
RGB
CMYK
RGB Variations
Color information
#795D49 (or 0x795D49) is known color: Dark Wood. HEX triplet: 79, 5D and 49. RGB value is (121,93,73). Sum of RGB (Red+Green+Blue) = 121+93+73=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #795D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D49 is #86A2B6. Grayscale: #636363. Windows color (decimal): -8823479 or 4808057. OLE color: 4808057.
HSL color Cylindrical-coordinate representation of color #795D49: hue angle of 25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795D49 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 73 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.53 |
| HSL | 25º | 0.25% | 0.38% | - |
| HSV(B) | 25º | 0.4% | 0.47% | - |
| XYZ | 13 | 12.37 | 8.01 | - |
| YUV | 99.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 73 | 0 | 0.23 | 0.40 | 0.53 | 25 | 0.25 | 0.38 |
| Hex | 79 | 5D | 49 | 0 | 17 | 28 | 35 | 19 | 19 | 26 |
| Octal | 171 | 135 | 111 | 0 | 27 | 50 | 65 | 31 | 31 | 46 |
| Binary | 1111001 | 1011101 | 1001001 | 0 | 10111 | 101000 | 110101 | 11001 | 11001 | 100110 |
Color Harmonies of #795D49
Complementary color
Monochromatic Colors of #795D49
Black with #795D49
Text Example
Text Example
White with #795D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D49; }
p { color: rgb(121,93,73); }
H1.HeaderClassName
{
color: #795D49;
}
.AnyTagClassName
{
color: #795D49;
}
</style>
background-color css
<style>
a { background-color: #795D49; }
a { background-color: rgb(121,93,73); }
div.DivClassName
{
background-color: #795D49;
}
.BgClassName
{
background-color: #795D49;
}
</style>
border-color css
<style>
span { border-color: #795D49; }
span { border-color: rgb(121,93,73); }
td.TdClassName
{
border-color: #795D49;
}
.TagClassName
{
border-color: #795D49;
}
</style>