#8C8376

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

Shades of Schooner #8C8376

Tints of Schooner #8C8376

Color information

#8C8376 (or 0x8C8376) is unknown color: approx Schooner. HEX triplet: 8C, 83 and 76. RGB value is (140,131,118). Sum of RGB (Red+Green+Blue) = 140+131+118=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8376 is #737C89. Grayscale: #848484. Windows color (decimal): -7568522 or 7766924. OLE color: 7766924.

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

Color convert

RGB140131118-
CMYK00.060.160.45
HSL35.45º8.73%50.59%-
HSV(B)35.45º15.71%54.9%-
XYZ22.223.1220.43-
YUV132.21119.98133.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=35.99%
G=33.68%
B=30.33%

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
Decimal14013111800.060.160.4535.458.7350.59
Hex8C837606102D23933
Octal214203166062055431163
Binary100011001000001111101100110100001011011000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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