#938072

Color #938072 Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #938072

Tints of Americano #938072

Color information

#938072 (or 0x938072) is unknown color: approx 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

RGB147128114-
CMYK00.130.220.42
HSL25.45º13.25%51.18%-
HSV(B)25.45º22.45%57.65%-
XYZ22.7922.8619.13-
YUV132.08117.79138.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=37.79%
G=32.90%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712811400.130.220.4225.4513.2551.18
Hex9380720D162A19d33
Octal2232001620152652311563
Binary100100111000000011100100110110110101010110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>