#85706E

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

Shades of Ferra #85706E

Tints of Ferra #85706E

Color information

#85706E (or 0x85706E) is unknown color: approx Ferra. HEX triplet: 85, 70 and 6E. RGB value is (133,112,110). Sum of RGB (Red+Green+Blue) = 133+112+110=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85706E is #7A8F91. Grayscale: #767676. Windows color (decimal): -8032146 or 7237765. OLE color: 7237765.

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

Color convert

RGB133112110-
CMYK00.160.170.48
HSL5.22º9.47%47.65%-
HSV(B)5.22º17.29%52.16%-
XYZ18.2817.717.2-
YUV118.05123.46138.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=37.46%
G=31.55%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311211000.160.170.485.229.4747.65
Hex85706E01011305930
Octal205160156020216051160
Binary1000010111100001101110010000100011100001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85706E; }

 p { color: rgb(133,112,110); }

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

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

 a { background-color: rgb(133,112,110); }

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

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

 span { border-color: rgb(133,112,110); }

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