#8E7161

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

Shades of Beaver #8E7161

Tints of Beaver #8E7161

Color information

#8E7161 (or 0x8E7161) is unknown color: approx Beaver. HEX triplet: 8E, 71 and 61. RGB value is (142,113,97). Sum of RGB (Red+Green+Blue) = 142+113+97=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7161 is #718E9E. Grayscale: #777777. Windows color (decimal): -7442079 or 6386062. OLE color: 6386062.

HSL color Cylindrical-coordinate representation of color #8E7161: hue angle of 21.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E7161 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14211397-
CMYK00.200.320.44
HSL21.33º18.83%46.86%-
HSV(B)21.33º31.69%55.69%-
XYZ19.2218.4213.85-
YUV119.85115.11143.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=40.34%
G=32.10%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421139700.200.320.4421.3318.8346.86
Hex8E7161014202C15132f
Octal2161611410244054252357
Binary10001110111000111000010101001000001011001010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,97); }

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

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

 a { background-color: rgb(142,113,97); }

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

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

 span { border-color: rgb(142,113,97); }

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