Html Css Color HEX #8C8073 Americano

📋 copy color: '#8C8073'

red 140 ◦ green 128 ◦ blue 115

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

Shades of Americano #8C8073

Tints of Americano #8C8073

RGB

 RED value IS 140 (55.08% from 255) = 36.55%

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

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 36.55%
G = 33.42%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8C8073 (or 0x8C8073) is known color: Americano. HEX triplet: 8C, 80 and 73. RGB value is (140,128,115). Sum of RGB (Red+Green+Blue) = 140+128+115=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8073 is #737F8C. Grayscale: #828282. Windows color (decimal): -7569293 or 7569548. OLE color: 7569548.

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

Color convert

RGB 140 128 115 -
CMYK 0 0.09 0.18 0.45
HSL 31.2º 0.1% 0.5% -
HSV(B) 31.2º 0.18% 0.55% -
XYZ 21.63 22.25 19.37 -
YUV 130.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 140 128 115 0 0.09 0.18 0.45 31.2 0.1 0.5
Hex 8C 80 73 0 9 12 2D 1F A 32
Octal 214 200 163 0 11 22 55 37 12 62
Binary 10001100 10000000 1110011 0 1001 10010 101101 11111 1010 110010

Color Harmonies of #8C8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8073

Black with #8C8073

Text Example


Text Example

White with #8C8073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,128,115); }

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

background-color css

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

 a { background-color: rgb(140,128,115); }

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

border-color css

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

 span { border-color: rgb(140,128,115); }

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