#7D6248

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

Shades of Dark Wood #7D6248

Tints of Dark Wood #7D6248

Color information

#7D6248 (or 0x7D6248) is unknown color: approx Dark Wood. HEX triplet: 7D, 62 and 48. RGB value is (125,98,72). Sum of RGB (Red+Green+Blue) = 125+98+72=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6248 is #829DB7. Grayscale: #676767. Windows color (decimal): -8560056 or 4743805. OLE color: 4743805.

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

Color convert

RGB1259872-
CMYK00.220.420.51
HSL29.43º26.9%38.63%-
HSV(B)29.43º42.4%49.02%-
XYZ13.9913.568.01-
YUV103.11110.45143.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.37%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=42.37%
G=33.22%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125987200.220.420.5129.4326.938.63
Hex7D62480162A331d1b27
Octal1751421100265263353347
Binary1111101110001010010000101101010101100111110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,98,72); }

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

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

 a { background-color: rgb(125,98,72); }

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

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

 span { border-color: rgb(125,98,72); }

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