Html Css Color HEX #85726D Ferra

📋 copy color: '#85726D'

red 133 ◦ green 114 ◦ blue 109

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

Shades of Ferra #85726D

Tints of Ferra #85726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 37.36%
G = 32.02%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85726D (or 0x85726D) is known color: Ferra. HEX triplet: 85, 72 and 6D. RGB value is (133,114,109). Sum of RGB (Red+Green+Blue) = 133+114+109=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85726D is #7A8D92. Grayscale: #777777. Windows color (decimal): -8031635 or 7172741. OLE color: 7172741.

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

Color convert

RGB 133 114 109 -
CMYK 0 0.14 0.18 0.48
HSL 12.5º 0.1% 0.47% -
HSV(B) 12.5º 0.18% 0.52% -
XYZ 18.45 18.13 16.99 -
YUV 119.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 133 114 109 0 0.14 0.18 0.48 12.5 0.1 0.47
Hex 85 72 6D 0 E 12 30 C A 2F
Octal 205 162 155 0 16 22 60 14 12 57
Binary 10000101 1110010 1101101 0 1110 10010 110000 1100 1010 101111

Color Harmonies of #85726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85726D

Black with #85726D

Text Example


Text Example

White with #85726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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