#8E705D

Color #8E705D Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #8E705D

Tints of Beaver #8E705D

Color information

#8E705D (or 0x8E705D) is unknown color: approx Beaver. HEX triplet: 8E, 70 and 5D. RGB value is (142,112,93). Sum of RGB (Red+Green+Blue) = 142+112+93=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E705D is #718FA2. Grayscale: #767676. Windows color (decimal): -7442339 or 6123662. OLE color: 6123662.

HSL color Cylindrical-coordinate representation of color #8E705D: hue angle of 23.27º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E705D is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14211293-
CMYK00.210.350.44
HSL23.27º20.85%46.08%-
HSV(B)23.27º34.51%55.69%-
XYZ18.9318.1312.86-
YUV118.8113.44144.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=40.92%
G=32.28%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421129300.210.350.4423.2720.8546.08
Hex8E705D015232C17152e
Octal2161601350254354272556
Binary10001110111000010111010101011000111011001011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,93); }

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

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

 a { background-color: rgb(142,112,93); }

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

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

 span { border-color: rgb(142,112,93); }

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