Html Css Color HEX #8E6547 Dark Wood

📋 copy color: '#8E6547'

red 142 ◦ green 101 ◦ blue 71

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

Shades of Dark Wood #8E6547

Tints of Dark Wood #8E6547

RGB

 RED value IS 142 (55.86% from 255) = 45.22%

 GREEN value IS 101 (39.84% from 255) = 32.17%

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

R = 45.22%
G = 32.17%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.5

 K value IS 0.44

RGB Variations

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

Color information

#8E6547 (or 0x8E6547) is known color: Dark Wood. HEX triplet: 8E, 65 and 47. RGB value is (142,101,71). Sum of RGB (Red+Green+Blue) = 142+101+71=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6547 is #719AB8. Grayscale: #6E6E6E. Windows color (decimal): -7445177 or 4679054. OLE color: 4679054.

HSL color Cylindrical-coordinate representation of color #8E6547: hue angle of 25.35º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E6547 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 101 71 -
CMYK 0 0.29 0.5 0.44
HSL 25.35º 0.33% 0.42% -
HSV(B) 25.35º 0.5% 0.56% -
XYZ 16.95 15.51 8.06 -
YUV 109.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 142 101 71 0 0.29 0.5 0.44 25.35 0.33 0.42
Hex 8E 65 47 0 1D 32 2C 19 21 2A
Octal 216 145 107 0 35 62 54 31 41 52
Binary 10001110 1100101 1000111 0 11101 110010 101100 11001 100001 101010

Color Harmonies of #8E6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6547

Black with #8E6547

Text Example


Text Example

White with #8E6547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E6547; }

 p { color: rgb(142,101,71); }

 H1.HeaderClassName
 {
   color: #8E6547;
 }
 .AnyTagClassName
 {
   color: #8E6547;
 }
</style>

background-color css

<style>
 a { background-color: #8E6547; }

 a { background-color: rgb(142,101,71); }

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

border-color css

<style>
 span { border-color: #8E6547; }

 span { border-color: rgb(142,101,71); }

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