Html Css Color HEX #8D8075 Americano

📋 copy color: '#8D8075'

red 141 ◦ green 128 ◦ blue 117

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

Shades of Americano #8D8075

Tints of Americano #8D8075

RGB

 RED value IS 141 (55.47% from 255) = 36.53%

 GREEN value IS 128 (50.39% from 255) = 33.16%

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 36.53%
G = 33.16%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D8075 (or 0x8D8075) is known color: Americano. HEX triplet: 8D, 80 and 75. RGB value is (141,128,117). Sum of RGB (Red+Green+Blue) = 141+128+117=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8075 is #727F8A. Grayscale: #828282. Windows color (decimal): -7503755 or 7700621. OLE color: 7700621.

HSL color Cylindrical-coordinate representation of color #8D8075: hue angle of 27.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D8075 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 128 117 -
CMYK 0 0.09 0.17 0.45
HSL 27.5º 0.1% 0.51% -
HSV(B) 27.5º 0.17% 0.55% -
XYZ 21.91 22.39 20 -
YUV 130.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 141 128 117 0 0.09 0.17 0.45 27.5 0.1 0.51
Hex 8D 80 75 0 9 11 2D 1C A 33
Octal 215 200 165 0 11 21 55 34 12 63
Binary 10001101 10000000 1110101 0 1001 10001 101101 11100 1010 110011

Color Harmonies of #8D8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8075

Black with #8D8075

Text Example


Text Example

White with #8D8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D8075; }

 p { color: rgb(141,128,117); }

 H1.HeaderClassName
 {
   color: #8D8075;
 }
 .AnyTagClassName
 {
   color: #8D8075;
 }
</style>

background-color css

<style>
 a { background-color: #8D8075; }

 a { background-color: rgb(141,128,117); }

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

border-color css

<style>
 span { border-color: #8D8075; }

 span { border-color: rgb(141,128,117); }

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