#8A8376

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

Shades of Schooner #8A8376

Tints of Schooner #8A8376

Color information

#8A8376 (or 0x8A8376) is unknown color: approx Schooner. HEX triplet: 8A, 83 and 76. RGB value is (138,131,118). Sum of RGB (Red+Green+Blue) = 138+131+118=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8376 is #757C89. Grayscale: #838383. Windows color (decimal): -7699594 or 7766922. OLE color: 7766922.

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

Color convert

RGB138131118-
CMYK00.050.140.46
HSL39º7.87%50.2%-
HSV(B)39º14.49%54.12%-
XYZ21.8722.9420.42-
YUV131.61120.32132.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.66%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=35.66%
G=33.85%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813111800.050.140.46397.8750.2
Hex8A837605E2E27832
Octal212203166051656471062
Binary10001010100000111110110010111101011101001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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