#8D8376

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

Shades of Schooner #8D8376

Tints of Schooner #8D8376

Color information

#8D8376 (or 0x8D8376) is unknown color: approx Schooner. HEX triplet: 8D, 83 and 76. RGB value is (141,131,118). Sum of RGB (Red+Green+Blue) = 141+131+118=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8376 is #727C89. Grayscale: #848484. Windows color (decimal): -7502986 or 7766925. OLE color: 7766925.

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

Color convert

RGB141131118-
CMYK00.070.160.45
HSL33.91º9.16%50.78%-
HSV(B)33.91º16.31%55.29%-
XYZ22.3723.220.44-
YUV132.51119.81134.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=36.15%
G=33.59%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113111800.070.160.4533.919.1650.78
Hex8D837607102D22933
Octal215203166072055421163
Binary100011011000001111101100111100001011011000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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