#85706D

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

Shades of Ferra #85706D

Tints of Ferra #85706D

Color information

#85706D (or 0x85706D) is unknown color: approx Ferra. HEX triplet: 85, 70 and 6D. RGB value is (133,112,109). Sum of RGB (Red+Green+Blue) = 133+112+109=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #85706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85706D is #7A8F92. Grayscale: #757575. Windows color (decimal): -8032147 or 7172229. OLE color: 7172229.

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

Color convert

RGB133112109-
CMYK00.160.180.48
HSL7.5º9.92%47.45%-
HSV(B)7.5º18.05%52.16%-
XYZ18.2317.6816.92-
YUV117.94122.96138.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=37.57%
G=31.64%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311210900.160.180.487.59.9247.45
Hex85706D01012308a2f
Octal2051601550202260101257
Binary10000101111000011011010100001001011000010001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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