#85726C

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

Shades of Ferra #85726C

Tints of Ferra #85726C

Color information

#85726C (or 0x85726C) is unknown color: approx Ferra. HEX triplet: 85, 72 and 6C. RGB value is (133,114,108). Sum of RGB (Red+Green+Blue) = 133+114+108=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85726C is #7A8D93. Grayscale: #777777. Windows color (decimal): -8031636 or 7107205. OLE color: 7107205.

HSL color Cylindrical-coordinate representation of color #85726C: hue angle of 14.4º 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 #85726C is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB133114108-
CMYK00.140.190.48
HSL14.4º10.37%47.25%-
HSV(B)14.4º18.8%52.16%-
XYZ18.418.116.71-
YUV119121.79137.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=37.46%
G=32.11%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311410800.140.190.4814.410.3747.25
Hex85726C0E1330ea2f
Octal2051621540162360161257
Binary1000010111100101101100011101001111000011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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