#80795F

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

Shades of Stonewall #80795F

Tints of Stonewall #80795F

Color information

#80795F (or 0x80795F) is unknown color: approx Stonewall. HEX triplet: 80, 79 and 5F. RGB value is (128,121,95). Sum of RGB (Red+Green+Blue) = 128+121+95=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #80795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80795F is #7F86A0. Grayscale: #787878. Windows color (decimal): -8357537 or 6257024. OLE color: 6257024.

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

Color convert

RGB12812195-
CMYK00.050.260.50
HSL47.27º14.8%43.73%-
HSV(B)47.27º25.78%50.2%-
XYZ17.8119.0913.57-
YUV120.13113.82133.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=37.21%
G=35.17%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281219500.050.260.5047.2714.843.73
Hex80795F051A322ff2c
Octal200171137053262571754
Binary10000000111100110111110101110101100101011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,121,95); }

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

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

 a { background-color: rgb(128,121,95); }

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

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

 span { border-color: rgb(128,121,95); }

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