#795E47

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

Shades of Dark Wood #795E47

Tints of Dark Wood #795E47

Color information

#795E47 (or 0x795E47) is unknown color: approx Dark Wood. HEX triplet: 79, 5E and 47. RGB value is (121,94,71). Sum of RGB (Red+Green+Blue) = 121+94+71=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #795E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795E47 is #86A1B8. Grayscale: #636363. Windows color (decimal): -8823225 or 4677241. OLE color: 4677241.

HSL color Cylindrical-coordinate representation of color #795E47: hue angle of 27.6º 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 #795E47 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1219471-
CMYK00.220.410.53
HSL27.6º26.04%37.65%-
HSV(B)27.6º41.32%47.45%-
XYZ13.0312.537.69-
YUV99.45111.95143.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=42.31%
G=32.87%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121947100.220.410.5327.626.0437.65
Hex795E4701629351c1a26
Octal1711361070265165343246
Binary1111001101111010001110101101010011101011110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795E47; }

 p { color: rgb(121,94,71); }

 H1.HeaderClassName
 {
   color: #795E47;
 }
 .AnyTagClassName
 {
   color: #795E47;
 }
</style>
background-color css

<style>
 a { background-color: #795E47; }

 a { background-color: rgb(121,94,71); }

 div.DivClassName
 {
   background-color: #795E47;
 }
 .BgClassName
 {
   background-color: #795E47;
 }
</style>
border-color css

<style>
 span { border-color: #795E47; }

 span { border-color: rgb(121,94,71); }

 td.TdClassName
 {
   border-color: #795E47;
 }
 .TagClassName
 {
   border-color: #795E47;
 }
</style>