Html Css Color HEX #85706D Ferra

📋 copy color: '#85706D'

red 133 ◦ green 112 ◦ blue 109

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

Shades of Ferra #85706D

Tints of Ferra #85706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 37.57%
G = 31.64%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85706D (or 0x85706D) is known color: Ferra. HEX triplet: 85, 70 and 6D. RGB value is (133,112,109). Sum of RGB (Red+Green+Blue) = 133+112+109=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #85706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85706D is #7A8F92. Grayscale: #757575. Windows color (decimal): -8032147 or 7172229. OLE color: 7172229.

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

Color convert

RGB 133 112 109 -
CMYK 0 0.16 0.18 0.48
HSL 7.5º 0.1% 0.47% -
HSV(B) 7.5º 0.18% 0.52% -
XYZ 18.23 17.68 16.92 -
YUV 117.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 133 112 109 0 0.16 0.18 0.48 7.5 0.1 0.47
Hex 85 70 6D 0 10 12 30 8 A 2F
Octal 205 160 155 0 20 22 60 10 12 57
Binary 10000101 1110000 1101101 0 10000 10010 110000 1000 1010 101111

Color Harmonies of #85706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85706D

Black with #85706D

Text Example


Text Example

White with #85706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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