#8C8379

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

Shades of Schooner #8C8379

Tints of Schooner #8C8379

Color information

#8C8379 (or 0x8C8379) is unknown color: approx Schooner. HEX triplet: 8C, 83 and 79. RGB value is (140,131,121). Sum of RGB (Red+Green+Blue) = 140+131+121=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8379 is #737C86. Grayscale: #848484. Windows color (decimal): -7568519 or 7963532. OLE color: 7963532.

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

Color convert

RGB140131121-
CMYK00.060.140.45
HSL31.58º7.63%51.18%-
HSV(B)31.58º13.57%54.9%-
XYZ22.3823.1921.39-
YUV132.55121.48133.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=35.71%
G=33.42%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013112100.060.140.4531.587.6351.18
Hex8C837906E2D20833
Octal214203171061655401063
Binary10001100100000111111001011011101011011000001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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