#8D8576

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

Shades of Schooner #8D8576

Tints of Schooner #8D8576

Color information

#8D8576 (or 0x8D8576) is unknown color: approx Schooner. HEX triplet: 8D, 85 and 76. RGB value is (141,133,118). Sum of RGB (Red+Green+Blue) = 141+133+118=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8576 is #727A89. Grayscale: #858585. Windows color (decimal): -7502474 or 7767437. OLE color: 7767437.

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

Color convert

RGB141133118-
CMYK00.060.160.45
HSL39.13º9.16%50.78%-
HSV(B)39.13º16.31%55.29%-
XYZ22.6423.7520.53-
YUV133.68119.15133.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.97%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=35.97%
G=33.93%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113311800.060.160.4539.139.1650.78
Hex8D857606102D27933
Octal215205166062055471163
Binary100011011000010111101100110100001011011001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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