#7A6043

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

Shades of Dark Wood #7A6043

Tints of Dark Wood #7A6043

Color information

#7A6043 (or 0x7A6043) is unknown color: approx Dark Wood. HEX triplet: 7A, 60 and 43. RGB value is (122,96,67). Sum of RGB (Red+Green+Blue) = 122+96+67=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6043 is #859FBC. Grayscale: #646464. Windows color (decimal): -8757181 or 4415610. OLE color: 4415610.

HSL color Cylindrical-coordinate representation of color #7A6043: hue angle of 31.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A6043 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.52.

Color convert

RGB1229667-
CMYK00.210.450.52
HSL31.64º29.1%37.06%-
HSV(B)31.64º45.08%47.84%-
XYZ13.2212.917.1-
YUV100.47109.11143.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 67 (26.56% from 255) = 23.51%
R=42.81%
G=33.68%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122966700.210.450.5231.6429.137.06
Hex7A60430152D34201d25
Octal1721401030255564403545
Binary11110101100000100001101010110110111010010000011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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