#857572

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

Shades of Ferra #857572

Tints of Ferra #857572

Color information

#857572 (or 0x857572) is unknown color: approx Ferra. HEX triplet: 85, 75 and 72. RGB value is (133,117,114). Sum of RGB (Red+Green+Blue) = 133+117+114=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #857572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857572 is #7A8A8D. Grayscale: #797979. Windows color (decimal): -8030862 or 7501189. OLE color: 7501189.

HSL color Cylindrical-coordinate representation of color #857572: hue angle of 9.47º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #857572 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB133117114-
CMYK00.120.140.48
HSL9.47º7.69%48.43%-
HSV(B)9.47º14.29%52.16%-
XYZ19.0718.9218.57-
YUV121.44123.8136.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=36.54%
G=32.14%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311711400.120.140.489.477.6948.43
Hex8575720CE309830
Octal2051651620141660111060
Binary100001011110101111001001100111011000010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857572; }

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

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

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

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

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

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

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

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