#81735B

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

Shades of Stonewall #81735B

Tints of Stonewall #81735B

Color information

#81735B (or 0x81735B) is unknown color: approx Stonewall. HEX triplet: 81, 73 and 5B. RGB value is (129,115,91). Sum of RGB (Red+Green+Blue) = 129+115+91=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #81735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81735B is #7E8CA4. Grayscale: #747474. Windows color (decimal): -8293541 or 5993345. OLE color: 5993345.

HSL color Cylindrical-coordinate representation of color #81735B: hue angle of 37.89º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81735B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12911591-
CMYK00.110.290.49
HSL37.89º17.27%43.14%-
HSV(B)37.89º29.46%50.59%-
XYZ17.0717.6812.41-
YUV116.45113.64136.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=38.51%
G=34.33%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291159100.110.290.4937.8917.2743.14
Hex81735B0B1D3126112b
Octal2011631330133561462153
Binary1000000111100111011011010111110111000110011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81735B; }

 p { color: rgb(129,115,91); }

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

<style>
 a { background-color: #81735B; }

 a { background-color: rgb(129,115,91); }

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

<style>
 span { border-color: #81735B; }

 span { border-color: rgb(129,115,91); }

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