#8E705B

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

Shades of Beaver #8E705B

Tints of Beaver #8E705B

Color information

#8E705B (or 0x8E705B) is unknown color: approx Beaver. HEX triplet: 8E, 70 and 5B. RGB value is (142,112,91). Sum of RGB (Red+Green+Blue) = 142+112+91=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E705B is #718FA4. Grayscale: #767676. Windows color (decimal): -7442341 or 5992590. OLE color: 5992590.

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

Color convert

RGB14211291-
CMYK00.210.360.44
HSL24.71º21.89%45.69%-
HSV(B)24.71º35.92%55.69%-
XYZ18.8418.0912.4-
YUV118.58112.44144.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=41.16%
G=32.46%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421129100.210.360.4424.7121.8945.69
Hex8E705B015242C19162e
Octal2161601330254454312656
Binary10001110111000010110110101011001001011001100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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