#795F47

Color #795F47 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #795F47

Tints of Dark Wood #795F47

Color information

#795F47 (or 0x795F47) is unknown color: approx 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

RGB1219571-
CMYK00.210.410.53
HSL28.8º26.04%37.65%-
HSV(B)28.8º41.32%47.45%-
XYZ13.1112.77.72-
YUV100.04111.61142.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=42.16%
G=33.10%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121957100.210.410.5328.826.0437.65
Hex795F4701529351d1a26
Octal1711371070255165353246
Binary1111001101111110001110101011010011101011110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>