Html Css Color HEX #857471 Ferra

📋 copy color: '#857471'

red 133 ◦ green 116 ◦ blue 113

#857471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ferra #857471

Tints of Ferra #857471

RGB

 RED value IS 133 (52.34% from 255) = 36.74%

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 36.74%
G = 32.04%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#857471 (or 0x857471) is known color: Ferra. HEX triplet: 85, 74 and 71. RGB value is (133,116,113). Sum of RGB (Red+Green+Blue) = 133+116+113=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #857471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857471 is #7A8B8E. Grayscale: #787878. Windows color (decimal): -8031119 or 7435397. OLE color: 7435397.

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

Color convert

RGB 133 116 113 -
CMYK 0 0.13 0.15 0.48
HSL 0.08% 0.48% -
HSV(B) 0.15% 0.52% -
XYZ 18.9 18.67 18.23 -
YUV 120.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 133 116 113 0 0.13 0.15 0.48 9 0.08 0.48
Hex 85 74 71 0 D F 30 9 8 30
Octal 205 164 161 0 15 17 60 11 10 60
Binary 10000101 1110100 1110001 0 1101 1111 110000 1001 1000 110000

Color Harmonies of #857471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857471

Black with #857471

Text Example


Text Example

White with #857471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857471; }

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

 H1.HeaderClassName
 {
   color: #857471;
 }
 .AnyTagClassName
 {
   color: #857471;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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