#795C4A

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

Shades of Dark Wood #795C4A

Tints of Dark Wood #795C4A

Color information

#795C4A (or 0x795C4A) is unknown color: approx Dark Wood. HEX triplet: 79, 5C and 4A. RGB value is (121,92,74). Sum of RGB (Red+Green+Blue) = 121+92+74=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #795C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C4A is #86A3B5. Grayscale: #626262. Windows color (decimal): -8823734 or 4873337. OLE color: 4873337.

HSL color Cylindrical-coordinate representation of color #795C4A: hue angle of 22.98º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #795C4A is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1219274-
CMYK00.240.390.53
HSL22.98º24.1%38.24%-
HSV(B)22.98º38.84%47.45%-
XYZ12.9512.218.15-
YUV98.62114.11143.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=42.16%
G=32.06%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121927400.240.390.5322.9824.138.24
Hex795C4A0182735171826
Octal1711341120304765273046
Binary1111001101110010010100110001001111101011011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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