#81775F

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

Shades of Stonewall #81775F

Tints of Stonewall #81775F

Color information

#81775F (or 0x81775F) is unknown color: approx Stonewall. HEX triplet: 81, 77 and 5F. RGB value is (129,119,95). Sum of RGB (Red+Green+Blue) = 129+119+95=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 129 - color contains mainly: red. Hex color #81775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81775F is #7E88A0. Grayscale: #777777. Windows color (decimal): -8292513 or 6256513. OLE color: 6256513.

HSL color Cylindrical-coordinate representation of color #81775F: hue angle of 42.35º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81775F is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12911995-
CMYK00.080.260.49
HSL42.35º15.18%43.92%-
HSV(B)42.35º26.36%50.59%-
XYZ17.7218.6913.5-
YUV119.25114.31134.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=37.61%
G=34.69%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291199500.080.260.4942.3515.1843.92
Hex81775F081A312af2c
Octal2011671370103261521754
Binary100000011110111101111101000110101100011010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81775F; }

 p { color: rgb(129,119,95); }

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

<style>
 a { background-color: #81775F; }

 a { background-color: rgb(129,119,95); }

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

<style>
 span { border-color: #81775F; }

 span { border-color: rgb(129,119,95); }

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