#8C8579

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

Shades of Schooner #8C8579

Tints of Schooner #8C8579

Color information

#8C8579 (or 0x8C8579) is unknown color: approx Schooner. HEX triplet: 8C, 85 and 79. RGB value is (140,133,121). Sum of RGB (Red+Green+Blue) = 140+133+121=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8579 is #737A86. Grayscale: #858585. Windows color (decimal): -7568007 or 7964044. OLE color: 7964044.

HSL color Cylindrical-coordinate representation of color #8C8579: hue angle of 37.89º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C8579 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB140133121-
CMYK00.050.140.45
HSL37.89º7.63%51.18%-
HSV(B)37.89º13.57%54.9%-
XYZ22.6523.7321.48-
YUV133.72120.82132.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.53%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=35.53%
G=33.76%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013312100.050.140.4537.897.6351.18
Hex8C857905E2D26833
Octal214205171051655461063
Binary10001100100001011111001010111101011011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,133,121); }

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

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

 a { background-color: rgb(140,133,121); }

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

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

 span { border-color: rgb(140,133,121); }

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