#817360

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

Shades of Stonewall #817360

Tints of Stonewall #817360

Color information

#817360 (or 0x817360) is unknown color: approx Stonewall. HEX triplet: 81, 73 and 60. RGB value is (129,115,96). Sum of RGB (Red+Green+Blue) = 129+115+96=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #817360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817360 is #7E8C9F. Grayscale: #757575. Windows color (decimal): -8293536 or 6321025. OLE color: 6321025.

HSL color Cylindrical-coordinate representation of color #817360: hue angle of 34.55º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #817360 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12911596-
CMYK00.110.260.49
HSL34.55º14.67%44.12%-
HSV(B)34.55º25.58%50.59%-
XYZ17.317.7713.59-
YUV117.02116.14136.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 96 (37.89% from 255) = 28.24%
R=37.94%
G=33.82%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291159600.110.260.4934.5514.6744.12
Hex8173600B1A3123f2c
Octal2011631400133261431754
Binary100000011110011110000001011110101100011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817360; }

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

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

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

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

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

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

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

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