#795C49

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

Shades of Dark Wood #795C49

Tints of Dark Wood #795C49

Color information

#795C49 (or 0x795C49) is unknown color: approx Dark Wood. HEX triplet: 79, 5C and 49. RGB value is (121,92,73). Sum of RGB (Red+Green+Blue) = 121+92+73=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #795C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C49 is #86A3B6. Grayscale: #626262. Windows color (decimal): -8823735 or 4807801. OLE color: 4807801.

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

Color convert

RGB1219273-
CMYK00.240.400.53
HSL23.75º24.74%38.04%-
HSV(B)23.75º39.67%47.45%-
XYZ12.9112.27.98-
YUV98.5113.61144.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=42.31%
G=32.17%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121927300.240.400.5323.7524.7438.04
Hex795C490182835181926
Octal1711341110305065303146
Binary1111001101110010010010110001010001101011100011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,92,73); }

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

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

 a { background-color: rgb(121,92,73); }

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

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

 span { border-color: rgb(121,92,73); }

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