#81795D

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

Shades of Stonewall #81795D

Tints of Stonewall #81795D

Color information

#81795D (or 0x81795D) is unknown color: approx Stonewall. HEX triplet: 81, 79 and 5D. RGB value is (129,121,93). Sum of RGB (Red+Green+Blue) = 129+121+93=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 129 - color contains mainly: red. Hex color #81795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81795D is #7E86A2. Grayscale: #787878. Windows color (decimal): -8292003 or 6125953. OLE color: 6125953.

HSL color Cylindrical-coordinate representation of color #81795D: hue angle of 46.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81795D is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB12912193-
CMYK00.060.280.49
HSL46.67º16.22%43.53%-
HSV(B)46.67º27.91%50.59%-
XYZ17.8719.1313.11-
YUV120.2112.65134.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=37.61%
G=35.28%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291219300.060.280.4946.6716.2243.53
Hex81795D061C312f102c
Octal201171135063461572054
Binary100000011111001101110101101110011000110111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81795D; }

 p { color: rgb(129,121,93); }

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

<style>
 a { background-color: #81795D; }

 a { background-color: rgb(129,121,93); }

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

<style>
 span { border-color: #81795D; }

 span { border-color: rgb(129,121,93); }

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