#857A5F

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

Shades of Stonewall #857A5F

Tints of Stonewall #857A5F

Color information

#857A5F (or 0x857A5F) is unknown color: approx Stonewall. HEX triplet: 85, 7A and 5F. RGB value is (133,122,95). Sum of RGB (Red+Green+Blue) = 133+122+95=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A5F is #7A85A0. Grayscale: #7A7A7A. Windows color (decimal): -8029601 or 6257285. OLE color: 6257285.

HSL color Cylindrical-coordinate representation of color #857A5F: hue angle of 42.63º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857A5F is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13312295-
CMYK00.080.290.48
HSL42.63º16.67%44.71%-
HSV(B)42.63º28.57%52.16%-
XYZ18.719.7313.65-
YUV122.21112.64135.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 95 (37.5% from 255) = 27.14%
R=38%
G=34.86%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331229500.080.290.4842.6316.6744.71
Hex857A5F081D302b112d
Octal2051721370103560532155
Binary1000010111110101011111010001110111000010101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857A5F; }

 p { color: rgb(133,122,95); }

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

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

 a { background-color: rgb(133,122,95); }

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

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

 span { border-color: rgb(133,122,95); }

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