#8E8379

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

Shades of Schooner #8E8379

Tints of Schooner #8E8379

Color information

#8E8379 (or 0x8E8379) is unknown color: approx Schooner. HEX triplet: 8E, 83 and 79. RGB value is (142,131,121). Sum of RGB (Red+Green+Blue) = 142+131+121=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8379 is #717C86. Grayscale: #858585. Windows color (decimal): -7437447 or 7963534. OLE color: 7963534.

HSL color Cylindrical-coordinate representation of color #8E8379: hue angle of 28.57º 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 #8E8379 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB142131121-
CMYK00.080.150.44
HSL28.57º8.5%51.57%-
HSV(B)28.57º14.79%55.69%-
XYZ22.7223.3621.4-
YUV133.15121.14134.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=36.04%
G=33.25%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213112100.080.150.4428.578.551.57
Hex8E837908F2C1d934
Octal2162031710101754351164
Binary10001110100000111111001010001111101100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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