#8E8479

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

Shades of Schooner #8E8479

Tints of Schooner #8E8479

Color information

#8E8479 (or 0x8E8479) is unknown color: approx Schooner. HEX triplet: 8E, 84 and 79. RGB value is (142,132,121). Sum of RGB (Red+Green+Blue) = 142+132+121=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8479 is #717B86. Grayscale: #858585. Windows color (decimal): -7437191 or 7963790. OLE color: 7963790.

HSL color Cylindrical-coordinate representation of color #8E8479: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E8479 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB142132121-
CMYK00.070.150.44
HSL31.43º8.5%51.57%-
HSV(B)31.43º14.79%55.69%-
XYZ22.8623.6321.45-
YUV133.74120.81133.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=35.95%
G=33.42%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213212100.070.150.4431.438.551.57
Hex8E847907F2C1f934
Octal216204171071754371164
Binary1000111010000100111100101111111101100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,132,121); }

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

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

 a { background-color: rgb(142,132,121); }

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

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

 span { border-color: rgb(142,132,121); }

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