Html Css Color HEX #85756C Americano

📋 copy color: '#85756C'

red 133 ◦ green 117 ◦ blue 108

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

Shades of Americano #85756C

Tints of Americano #85756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

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

R = 37.15%
G = 32.68%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85756C (or 0x85756C) is known color: Americano. HEX triplet: 85, 75 and 6C. RGB value is (133,117,108). Sum of RGB (Red+Green+Blue) = 133+117+108=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #85756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85756C is #7A8A93. Grayscale: #787878. Windows color (decimal): -8030868 or 7107973. OLE color: 7107973.

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

Color convert

RGB 133 117 108 -
CMYK 0 0.12 0.19 0.48
HSL 21.6º 0.1% 0.47% -
HSV(B) 21.6º 0.19% 0.52% -
XYZ 18.74 18.79 16.83 -
YUV 120.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 133 117 108 0 0.12 0.19 0.48 21.6 0.1 0.47
Hex 85 75 6C 0 C 13 30 16 A 2F
Octal 205 165 154 0 14 23 60 26 12 57
Binary 10000101 1110101 1101100 0 1100 10011 110000 10110 1010 101111

Color Harmonies of #85756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85756C

Black with #85756C

Text Example


Text Example

White with #85756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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