#85716F

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

Shades of Ferra #85716F

Tints of Ferra #85716F

Color information

#85716F (or 0x85716F) is unknown color: approx Ferra. HEX triplet: 85, 71 and 6F. RGB value is (133,113,111). Sum of RGB (Red+Green+Blue) = 133+113+111=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85716F is #7A8E90. Grayscale: #767676. Windows color (decimal): -8031889 or 7303557. OLE color: 7303557.

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

Color convert

RGB133113111-
CMYK00.150.170.48
HSL5.45º9.02%47.84%-
HSV(B)5.45º16.54%52.16%-
XYZ18.4517.9417.53-
YUV118.75123.63138.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=37.25%
G=31.65%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311311100.150.170.485.459.0247.84
Hex85716F0F11305930
Octal205161157017216051160
Binary100001011110001110111101111100011100001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,113,111); }

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

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

 a { background-color: rgb(133,113,111); }

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

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

 span { border-color: rgb(133,113,111); }

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