#857862

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

Shades of Stonewall #857862

Tints of Stonewall #857862

Color information

#857862 (or 0x857862) is unknown color: approx Stonewall. HEX triplet: 85, 78 and 62. RGB value is (133,120,98). Sum of RGB (Red+Green+Blue) = 133+120+98=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #857862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857862 is #7A879D. Grayscale: #797979. Windows color (decimal): -8030110 or 6453381. OLE color: 6453381.

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

Color convert

RGB13312098-
CMYK00.100.260.48
HSL37.71º15.15%45.29%-
HSV(B)37.71º26.32%52.16%-
XYZ18.5919.314.3-
YUV121.38114.81136.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 98 (38.67% from 255) = 27.92%
R=37.89%
G=34.19%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331209800.100.260.4837.7115.1545.29
Hex8578620A1A3026f2d
Octal2051701420123260461755
Binary100001011111000110001001010110101100001001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857862; }

 p { color: rgb(133,120,98); }

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

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

 a { background-color: rgb(133,120,98); }

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

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

 span { border-color: rgb(133,120,98); }

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