#85775F

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

Shades of Stonewall #85775F

Tints of Stonewall #85775F

Color information

#85775F (or 0x85775F) is unknown color: approx Stonewall. HEX triplet: 85, 77 and 5F. RGB value is (133,119,95). Sum of RGB (Red+Green+Blue) = 133+119+95=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #85775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85775F is #7A88A0. Grayscale: #787878. Windows color (decimal): -8030369 or 6256517. OLE color: 6256517.

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

Color convert

RGB13311995-
CMYK00.110.290.48
HSL37.89º16.67%44.71%-
HSV(B)37.89º28.57%52.16%-
XYZ18.3419.0113.53-
YUV120.45113.64136.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=38.33%
G=34.29%
B=27.38%

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
Decimal1331199500.110.290.4837.8916.6744.71
Hex85775F0B1D3026112d
Octal2051671370133560462155
Binary1000010111101111011111010111110111000010011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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