#85765F

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

Shades of Stonewall #85765F

Tints of Stonewall #85765F

Color information

#85765F (or 0x85765F) is unknown color: approx Stonewall. HEX triplet: 85, 76 and 5F. RGB value is (133,118,95). Sum of RGB (Red+Green+Blue) = 133+118+95=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85765F is #7A89A0. Grayscale: #777777. Windows color (decimal): -8030625 or 6256261. OLE color: 6256261.

HSL color Cylindrical-coordinate representation of color #85765F: hue angle of 36.32º 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 #85765F is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13311895-
CMYK00.110.290.48
HSL36.32º16.67%44.71%-
HSV(B)36.32º28.57%52.16%-
XYZ18.2218.7713.49-
YUV119.86113.97137.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=38.44%
G=34.10%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331189500.110.290.4836.3216.6744.71
Hex85765F0B1D3024112d
Octal2051661370133560442155
Binary1000010111101101011111010111110111000010010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85765F; }

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

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

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

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

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

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

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

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