#85716C

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

Shades of Ferra #85716C

Tints of Ferra #85716C

Color information

#85716C (or 0x85716C) is unknown color: approx Ferra. HEX triplet: 85, 71 and 6C. RGB value is (133,113,108). Sum of RGB (Red+Green+Blue) = 133+113+108=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #85716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85716C is #7A8E93. Grayscale: #767676. Windows color (decimal): -8031892 or 7106949. OLE color: 7106949.

HSL color Cylindrical-coordinate representation of color #85716C: hue angle of 12º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85716C is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB133113108-
CMYK00.150.190.48
HSL12º10.37%47.25%-
HSV(B)12º18.8%52.16%-
XYZ18.2817.8816.67-
YUV118.41122.13138.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=37.57%
G=31.92%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311310800.150.190.481210.3747.25
Hex85716C0F1330ca2f
Octal2051611540172360141257
Binary1000010111100011101100011111001111000011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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