#796047

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

Shades of Dark Wood #796047

Tints of Dark Wood #796047

Color information

#796047 (or 0x796047) is unknown color: approx Dark Wood. HEX triplet: 79, 60 and 47. RGB value is (121,96,71). Sum of RGB (Red+Green+Blue) = 121+96+71=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #796047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796047 is #869FB8. Grayscale: #646464. Windows color (decimal): -8822713 or 4677753. OLE color: 4677753.

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

Color convert

RGB1219671-
CMYK00.210.410.53
HSL30º26.04%37.65%-
HSV(B)30º41.32%47.45%-
XYZ13.2112.897.75-
YUV100.62111.28142.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 24.65%
R=42.01%
G=33.33%
B=24.65%

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
Decimal121967100.210.410.533026.0437.65
Hex79604701529351e1a26
Octal1711401070255165363246
Binary1111001110000010001110101011010011101011111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796047; }

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

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

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

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

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

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

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

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