#81745B

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

Shades of Stonewall #81745B

Tints of Stonewall #81745B

Color information

#81745B (or 0x81745B) is unknown color: approx Stonewall. HEX triplet: 81, 74 and 5B. RGB value is (129,116,91). Sum of RGB (Red+Green+Blue) = 129+116+91=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #81745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81745B is #7E8BA4. Grayscale: #757575. Windows color (decimal): -8293285 or 5993601. OLE color: 5993601.

HSL color Cylindrical-coordinate representation of color #81745B: hue angle of 39.47º 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 #81745B is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12911691-
CMYK00.100.290.49
HSL39.47º17.27%43.14%-
HSV(B)39.47º29.46%50.59%-
XYZ17.1917.9112.45-
YUV117.04113.31136.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 116 (45.70% from 255) = 34.52%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=38.39%
G=34.52%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291169100.100.290.4939.4717.2743.14
Hex81745B0A1D3127112b
Octal2011641330123561472153
Binary1000000111101001011011010101110111000110011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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