Html Css Color HEX #7E5D48 Dark Wood

📋 copy color: '#7E5D48'

red 126 ◦ green 93 ◦ blue 72

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

Shades of Dark Wood #7E5D48

Tints of Dark Wood #7E5D48

RGB

 RED value IS 126 (49.61% from 255) = 43.3%

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

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

R = 43.3%
G = 31.96%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7E5D48 (or 0x7E5D48) is known color: Dark Wood. HEX triplet: 7E, 5D and 48. RGB value is (126,93,72). Sum of RGB (Red+Green+Blue) = 126+93+72=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5D48 is #81A2B7. Grayscale: #646464. Windows color (decimal): -8495800 or 4742526. OLE color: 4742526.

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

Color convert

RGB 126 93 72 -
CMYK 0 0.26 0.43 0.51
HSL 23.33º 0.27% 0.39% -
HSV(B) 23.33º 0.43% 0.49% -
XYZ 13.69 12.73 7.87 -
YUV 100.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 126 93 72 0 0.26 0.43 0.51 23.33 0.27 0.39
Hex 7E 5D 48 0 1A 2B 33 17 1B 27
Octal 176 135 110 0 32 53 63 27 33 47
Binary 1111110 1011101 1001000 0 11010 101011 110011 10111 11011 100111

Color Harmonies of #7E5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5D48

Black with #7E5D48

Text Example


Text Example

White with #7E5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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