Html Css Color HEX #7D5E47 Dark Wood

📋 copy color: '#7D5E47'

red 125 ◦ green 94 ◦ blue 71

#7D5E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #7D5E47

Tints of Dark Wood #7D5E47

RGB

 RED value IS 125 (49.22% from 255) = 43.1%

 GREEN value IS 94 (37.11% from 255) = 32.41%

 BLUE value IS 71 (28.13% from 255) = 24.48%

R = 43.1%
G = 32.41%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7D5E47 (or 0x7D5E47) is known color: Dark Wood. HEX triplet: 7D, 5E and 47. RGB value is (125,94,71). Sum of RGB (Red+Green+Blue) = 125+94+71=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5E47 is #82A1B8. Grayscale: #646464. Windows color (decimal): -8561081 or 4677245. OLE color: 4677245.

HSL color Cylindrical-coordinate representation of color #7D5E47: hue angle of 25.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D5E47 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 94 71 -
CMYK 0 0.25 0.43 0.51
HSL 25.56º 0.28% 0.38% -
HSV(B) 25.56º 0.43% 0.49% -
XYZ 13.6 12.82 7.72 -
YUV 100.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 125 94 71 0 0.25 0.43 0.51 25.56 0.28 0.38
Hex 7D 5E 47 0 19 2B 33 1A 1C 26
Octal 175 136 107 0 31 53 63 32 34 46
Binary 1111101 1011110 1000111 0 11001 101011 110011 11010 11100 100110

Color Harmonies of #7D5E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5E47

Black with #7D5E47

Text Example


Text Example

White with #7D5E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,94,71); }

 H1.HeaderClassName
 {
   color: #7D5E47;
 }
 .AnyTagClassName
 {
   color: #7D5E47;
 }
</style>

background-color css

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

 a { background-color: rgb(125,94,71); }

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

border-color css

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

 span { border-color: rgb(125,94,71); }

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