Html Css Color HEX #938072 Americano

📋 copy color: '#938072'

red 147 ◦ green 128 ◦ blue 114

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

Shades of Americano #938072

Tints of Americano #938072

RGB

 RED value IS 147 (57.81% from 255) = 37.79%

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

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 37.79%
G = 32.9%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#938072 (or 0x938072) is known color: Americano. HEX triplet: 93, 80 and 72. RGB value is (147,128,114). Sum of RGB (Red+Green+Blue) = 147+128+114=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #938072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938072 is #6C7F8D. Grayscale: #848484. Windows color (decimal): -7110542 or 7504019. OLE color: 7504019.

HSL color Cylindrical-coordinate representation of color #938072: hue angle of 25.45º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #938072 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 114 -
CMYK 0 0.13 0.22 0.42
HSL 25.45º 0.13% 0.51% -
HSV(B) 25.45º 0.22% 0.58% -
XYZ 22.79 22.86 19.13 -
YUV 132.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 147 128 114 0 0.13 0.22 0.42 25.45 0.13 0.51
Hex 93 80 72 0 D 16 2A 19 D 33
Octal 223 200 162 0 15 26 52 31 15 63
Binary 10010011 10000000 1110010 0 1101 10110 101010 11001 1101 110011

Color Harmonies of #938072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938072

Black with #938072

Text Example


Text Example

White with #938072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938072; }

 p { color: rgb(147,128,114); }

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

background-color css

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

 a { background-color: rgb(147,128,114); }

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

border-color css

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

 span { border-color: rgb(147,128,114); }

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