Html Css Color HEX #7D5D48 Dark Wood

📋 copy color: '#7D5D48'

red 125 ◦ green 93 ◦ blue 72

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

Shades of Dark Wood #7D5D48

Tints of Dark Wood #7D5D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 43.1%
G = 32.07%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D5D48 (or 0x7D5D48) is known color: Dark Wood. HEX triplet: 7D, 5D and 48. RGB value is (125,93,72). Sum of RGB (Red+Green+Blue) = 125+93+72=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5D48 is #82A2B7. Grayscale: #646464. Windows color (decimal): -8561336 or 4742525. OLE color: 4742525.

HSL color Cylindrical-coordinate representation of color #7D5D48: hue angle of 23.77º 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 #7D5D48 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 93 72 -
CMYK 0 0.26 0.42 0.51
HSL 23.77º 0.27% 0.39% -
HSV(B) 23.77º 0.42% 0.49% -
XYZ 13.54 12.66 7.86 -
YUV 100.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 125 93 72 0 0.26 0.42 0.51 23.77 0.27 0.39
Hex 7D 5D 48 0 1A 2A 33 18 1B 27
Octal 175 135 110 0 32 52 63 30 33 47
Binary 1111101 1011101 1001000 0 11010 101010 110011 11000 11011 100111

Color Harmonies of #7D5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5D48

Black with #7D5D48

Text Example


Text Example

White with #7D5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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