#7D604A

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

Shades of Dark Wood #7D604A

Tints of Dark Wood #7D604A

Color information

#7D604A (or 0x7D604A) is unknown color: approx Dark Wood. HEX triplet: 7D, 60 and 4A. RGB value is (125,96,74). Sum of RGB (Red+Green+Blue) = 125+96+74=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D604A is #829FB5. Grayscale: #666666. Windows color (decimal): -8560566 or 4874365. OLE color: 4874365.

HSL color Cylindrical-coordinate representation of color #7D604A: hue angle of 25.88º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D604A is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB1259674-
CMYK00.230.410.51
HSL25.88º25.63%39.02%-
HSV(B)25.88º40.8%49.02%-
XYZ13.8813.228.3-
YUV102.16112.11144.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.37%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=42.37%
G=32.54%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125967400.230.410.5125.8825.6339.02
Hex7D604A01729331a1a27
Octal1751401120275163323247
Binary1111101110000010010100101111010011100111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,96,74); }

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

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

 a { background-color: rgb(125,96,74); }

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

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

 span { border-color: rgb(125,96,74); }

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