Html Css Color HEX #85716C Ferra

📋 copy color: '#85716C'

red 133 ◦ green 113 ◦ blue 108

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

Shades of Ferra #85716C

Tints of Ferra #85716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 37.57%
G = 31.92%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85716C (or 0x85716C) is known color: Ferra. HEX triplet: 85, 71 and 6C. RGB value is (133,113,108). Sum of RGB (Red+Green+Blue) = 133+113+108=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #85716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85716C is #7A8E93. Grayscale: #767676. Windows color (decimal): -8031892 or 7106949. OLE color: 7106949.

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

Color convert

RGB 133 113 108 -
CMYK 0 0.15 0.19 0.48
HSL 12º 0.1% 0.47% -
HSV(B) 12º 0.19% 0.52% -
XYZ 18.28 17.88 16.67 -
YUV 118.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 133 113 108 0 0.15 0.19 0.48 12 0.1 0.47
Hex 85 71 6C 0 F 13 30 C A 2F
Octal 205 161 154 0 17 23 60 14 12 57
Binary 10000101 1110001 1101100 0 1111 10011 110000 1100 1010 101111

Color Harmonies of #85716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85716C

Black with #85716C

Text Example


Text Example

White with #85716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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