Html Css Color HEX #85716D Ferra

📋 copy color: '#85716D'

red 133 ◦ green 113 ◦ blue 109

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

Shades of Ferra #85716D

Tints of Ferra #85716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 37.46%
G = 31.83%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85716D (or 0x85716D) is known color: Ferra. HEX triplet: 85, 71 and 6D. RGB value is (133,113,109). Sum of RGB (Red+Green+Blue) = 133+113+109=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85716D is #7A8E92. Grayscale: #767676. Windows color (decimal): -8031891 or 7172485. OLE color: 7172485.

HSL color Cylindrical-coordinate representation of color #85716D: hue angle of 10º 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 #85716D is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 109 -
CMYK 0 0.15 0.18 0.48
HSL 10º 0.1% 0.47% -
HSV(B) 10º 0.18% 0.52% -
XYZ 18.34 17.9 16.96 -
YUV 118.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 133 113 109 0 0.15 0.18 0.48 10 0.1 0.47
Hex 85 71 6D 0 F 12 30 A A 2F
Octal 205 161 155 0 17 22 60 12 12 57
Binary 10000101 1110001 1101101 0 1111 10010 110000 1010 1010 101111

Color Harmonies of #85716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85716D

Black with #85716D

Text Example


Text Example

White with #85716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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