#807360

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

Shades of Stonewall #807360

Tints of Stonewall #807360

Color information

#807360 (or 0x807360) is unknown color: approx Stonewall. HEX triplet: 80, 73 and 60. RGB value is (128,115,96). Sum of RGB (Red+Green+Blue) = 128+115+96=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #807360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807360 is #7F8C9F. Grayscale: #747474. Windows color (decimal): -8359072 or 6321024. OLE color: 6321024.

HSL color Cylindrical-coordinate representation of color #807360: hue angle of 35.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #807360 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB12811596-
CMYK00.100.250.50
HSL35.62º14.29%43.92%-
HSV(B)35.62º25%50.2%-
XYZ17.1417.713.58-
YUV116.72116.31136.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=37.76%
G=33.92%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281159600.100.250.5035.6214.2943.92
Hex8073600A193224e2c
Octal2001631400123162441654
Binary100000001110011110000001010110011100101001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807360; }

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

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

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

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

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

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

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

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