#7A6049

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

Shades of Dark Wood #7A6049

Tints of Dark Wood #7A6049

Color information

#7A6049 (or 0x7A6049) is unknown color: approx Dark Wood. HEX triplet: 7A, 60 and 49. RGB value is (122,96,73). Sum of RGB (Red+Green+Blue) = 122+96+73=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6049 is #859FB6. Grayscale: #656565. Windows color (decimal): -8757175 or 4808826. OLE color: 4808826.

HSL color Cylindrical-coordinate representation of color #7A6049: hue angle of 28.16º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A6049 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB1229673-
CMYK00.210.400.52
HSL28.16º25.13%38.24%-
HSV(B)28.16º40.16%47.84%-
XYZ13.4112.988.1-
YUV101.15112.11142.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.92%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=41.92%
G=32.99%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122967300.210.400.5228.1625.1338.24
Hex7A604901528341c1926
Octal1721401110255064343146
Binary1111010110000010010010101011010001101001110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A6049; }

 p { color: rgb(122,96,73); }

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

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

 a { background-color: rgb(122,96,73); }

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

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

 span { border-color: rgb(122,96,73); }

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