#8D8379

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

Shades of Schooner #8D8379

Tints of Schooner #8D8379

Color information

#8D8379 (or 0x8D8379) is unknown color: approx Schooner. HEX triplet: 8D, 83 and 79. RGB value is (141,131,121). Sum of RGB (Red+Green+Blue) = 141+131+121=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8379 is #727C86. Grayscale: #848484. Windows color (decimal): -7502983 or 7963533. OLE color: 7963533.

HSL color Cylindrical-coordinate representation of color #8D8379: hue angle of 30º 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 #8D8379 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB141131121-
CMYK00.070.140.45
HSL30º8.06%51.37%-
HSV(B)30º14.18%55.29%-
XYZ22.5523.2821.39-
YUV132.85121.31133.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.88%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=35.88%
G=33.33%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113112100.070.140.45308.0651.37
Hex8D837907E2D1e833
Octal215203171071655361063
Binary1000110110000011111100101111110101101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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