#8A7A5F

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

Shades of Stonewall #8A7A5F

Tints of Stonewall #8A7A5F

Color information

#8A7A5F (or 0x8A7A5F) is unknown color: approx Stonewall. HEX triplet: 8A, 7A and 5F. RGB value is (138,122,95). Sum of RGB (Red+Green+Blue) = 138+122+95=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7A5F is #7585A0. Grayscale: #7B7B7B. Windows color (decimal): -7701921 or 6257290. OLE color: 6257290.

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

Color convert

RGB13812295-
CMYK00.120.310.46
HSL37.67º18.45%45.69%-
HSV(B)37.67º31.16%54.12%-
XYZ19.5120.1513.69-
YUV123.71111.8138.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.87%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=38.87%
G=34.37%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381229500.120.310.4637.6718.4545.69
Hex8A7A5F0C1F2E26122e
Octal2121721370143756462256
Binary1000101011110101011111011001111110111010011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,122,95); }

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

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

 a { background-color: rgb(138,122,95); }

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

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

 span { border-color: rgb(138,122,95); }

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