#80745D

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

Shades of Stonewall #80745D

Tints of Stonewall #80745D

Color information

#80745D (or 0x80745D) is unknown color: approx Stonewall. HEX triplet: 80, 74 and 5D. RGB value is (128,116,93). Sum of RGB (Red+Green+Blue) = 128+116+93=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80745D is #7F8BA2. Grayscale: #757575. Windows color (decimal): -8358819 or 6124672. OLE color: 6124672.

HSL color Cylindrical-coordinate representation of color #80745D: hue angle of 39.43º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80745D is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12811693-
CMYK00.090.270.50
HSL39.43º15.84%43.33%-
HSV(B)39.43º27.34%50.2%-
XYZ17.1217.8712.9-
YUV116.97114.48135.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=37.98%
G=34.42%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281169300.090.270.5039.4315.8443.33
Hex80745D091B3227102b
Octal2001641350113362472053
Binary1000000011101001011101010011101111001010011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,116,93); }

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

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

 a { background-color: rgb(128,116,93); }

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

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

 span { border-color: rgb(128,116,93); }

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