#8D8578

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

Shades of Schooner #8D8578

Tints of Schooner #8D8578

Color information

#8D8578 (or 0x8D8578) is unknown color: approx Schooner. HEX triplet: 8D, 85 and 78. RGB value is (141,133,120). Sum of RGB (Red+Green+Blue) = 141+133+120=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8578 is #727A87. Grayscale: #858585. Windows color (decimal): -7502472 or 7898509. OLE color: 7898509.

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

Color convert

RGB141133120-
CMYK00.060.150.45
HSL37.14º8.43%51.18%-
HSV(B)37.14º14.89%55.29%-
XYZ22.7623.7921.16-
YUV133.91120.15133.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 120 (47.27% from 255) = 30.46%
R=35.79%
G=33.76%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113312000.060.150.4537.148.4351.18
Hex8D857806F2D25833
Octal215205170061755451063
Binary10001101100001011111000011011111011011001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,133,120); }

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

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

 a { background-color: rgb(141,133,120); }

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

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

 span { border-color: rgb(141,133,120); }

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