#8A8379

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

Shades of Schooner #8A8379

Tints of Schooner #8A8379

Color information

#8A8379 (or 0x8A8379) is unknown color: approx Schooner. HEX triplet: 8A, 83 and 79. RGB value is (138,131,121). Sum of RGB (Red+Green+Blue) = 138+131+121=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8379 is #757C86. Grayscale: #848484. Windows color (decimal): -7699591 or 7963530. OLE color: 7963530.

HSL color Cylindrical-coordinate representation of color #8A8379: hue angle of 35.29º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A8379 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB138131121-
CMYK00.050.120.46
HSL35.29º6.77%50.78%-
HSV(B)35.29º12.32%54.12%-
XYZ22.0523.0221.37-
YUV131.95121.82132.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.38%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=35.38%
G=33.59%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813112100.050.120.4635.296.7750.78
Hex8A837905C2E23733
Octal21220317105145643763
Binary1000101010000011111100101011100101110100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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