#80735D

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

Shades of Stonewall #80735D

Tints of Stonewall #80735D

Color information

#80735D (or 0x80735D) is unknown color: approx Stonewall. HEX triplet: 80, 73 and 5D. RGB value is (128,115,93). Sum of RGB (Red+Green+Blue) = 128+115+93=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #80735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80735D is #7F8CA2. Grayscale: #747474. Windows color (decimal): -8359075 or 6124416. OLE color: 6124416.

HSL color Cylindrical-coordinate representation of color #80735D: hue angle of 37.71º 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 #80735D is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12811593-
CMYK00.100.270.50
HSL37.71º15.84%43.33%-
HSV(B)37.71º27.34%50.2%-
XYZ17.0117.6412.86-
YUV116.38114.81136.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=38.10%
G=34.23%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281159300.100.270.5037.7115.8443.33
Hex80735D0A1B3226102b
Octal2001631350123362462053
Binary1000000011100111011101010101101111001010011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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