#857963

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

Shades of Stonewall #857963

Tints of Stonewall #857963

Color information

#857963 (or 0x857963) is unknown color: approx Stonewall. HEX triplet: 85, 79 and 63. RGB value is (133,121,99). Sum of RGB (Red+Green+Blue) = 133+121+99=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857963 is #7A869C. Grayscale: #7A7A7A. Windows color (decimal): -8029853 or 6519173. OLE color: 6519173.

HSL color Cylindrical-coordinate representation of color #857963: hue angle of 38.82º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #857963 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB13312199-
CMYK00.090.260.48
HSL38.82º14.66%45.49%-
HSV(B)38.82º25.56%52.16%-
XYZ18.7619.5614.59-
YUV122.08114.98135.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=37.68%
G=34.28%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331219900.090.260.4838.8214.6645.49
Hex857963091A3027f2d
Octal2051711430113260471755
Binary100001011111001110001101001110101100001001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857963; }

 p { color: rgb(133,121,99); }

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

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

 a { background-color: rgb(133,121,99); }

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

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

 span { border-color: rgb(133,121,99); }

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