#7A5E45

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

Shades of Dark Wood #7A5E45

Tints of Dark Wood #7A5E45

Color information

#7A5E45 (or 0x7A5E45) is unknown color: approx Dark Wood. HEX triplet: 7A, 5E and 45. RGB value is (122,94,69). Sum of RGB (Red+Green+Blue) = 122+94+69=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5E45 is #85A1BA. Grayscale: #636363. Windows color (decimal): -8757691 or 4546170. OLE color: 4546170.

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

Color convert

RGB1229469-
CMYK00.230.430.52
HSL28.3º27.75%37.45%-
HSV(B)28.3º43.44%47.84%-
XYZ13.112.577.37-
YUV99.52110.78144.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=42.81%
G=32.98%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122946900.230.430.5228.327.7537.45
Hex7A5E450172B341c1c25
Octal1721361050275364343445
Binary1111010101111010001010101111010111101001110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,94,69); }

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

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

 a { background-color: rgb(122,94,69); }

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

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

 span { border-color: rgb(122,94,69); }

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