#795F48

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

Shades of Dark Wood #795F48

Tints of Dark Wood #795F48

Color information

#795F48 (or 0x795F48) is unknown color: approx Dark Wood. HEX triplet: 79, 5F and 48. RGB value is (121,95,72). Sum of RGB (Red+Green+Blue) = 121+95+72=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #795F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F48 is #86A0B7. Grayscale: #646464. Windows color (decimal): -8822968 or 4743033. OLE color: 4743033.

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

Color convert

RGB1219572-
CMYK00.210.400.53
HSL28.16º25.39%37.84%-
HSV(B)28.16º40.5%47.45%-
XYZ13.1512.727.89-
YUV100.15112.11142.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 72 (28.52% from 255) = 25%
R=42.01%
G=32.99%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121957200.210.400.5328.1625.3937.84
Hex795F4801528351c1926
Octal1711371100255065343146
Binary1111001101111110010000101011010001101011110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,95,72); }

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

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

 a { background-color: rgb(121,95,72); }

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

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

 span { border-color: rgb(121,95,72); }

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