#8E8275

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

Shades of Schooner #8E8275

Tints of Schooner #8E8275

Color information

#8E8275 (or 0x8E8275) is unknown color: approx Schooner. HEX triplet: 8E, 82 and 75. RGB value is (142,130,117). Sum of RGB (Red+Green+Blue) = 142+130+117=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8275 is #717D8A. Grayscale: #848484. Windows color (decimal): -7437707 or 7701134. OLE color: 7701134.

HSL color Cylindrical-coordinate representation of color #8E8275: hue angle of 31.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E8275 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB142130117-
CMYK00.080.180.44
HSL31.2º9.96%50.78%-
HSV(B)31.2º17.61%55.69%-
XYZ22.352320.09-
YUV132.11119.48135.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.50%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=36.50%
G=33.42%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213011700.080.180.4431.29.9650.78
Hex8E827508122C1fa33
Octal2162021650102254371263
Binary100011101000001011101010100010010101100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,130,117); }

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

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

 a { background-color: rgb(142,130,117); }

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

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

 span { border-color: rgb(142,130,117); }

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