#8E8071

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

Shades of Squirrel #8E8071

Tints of Squirrel #8E8071

Color information

#8E8071 (or 0x8E8071) is unknown color: approx Squirrel. HEX triplet: 8E, 80 and 71. RGB value is (142,128,113). Sum of RGB (Red+Green+Blue) = 142+128+113=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8071 is #717F8E. Grayscale: #828282. Windows color (decimal): -7438223 or 7438478. OLE color: 7438478.

HSL color Cylindrical-coordinate representation of color #8E8071: hue angle of 31.03º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E8071 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB142128113-
CMYK00.100.200.44
HSL31.03º11.37%50%-
HSV(B)31.03º20.42%55.69%-
XYZ21.8622.3818.79-
YUV130.48118.14136.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 113 (44.53% from 255) = 29.50%
R=37.08%
G=33.42%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212811300.100.200.4431.0311.3750
Hex8E80710A142C1fb32
Octal2162001610122454371362
Binary100011101000000011100010101010100101100111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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