#928273

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

Shades of Americano #928273

Tints of Americano #928273

Color information

#928273 (or 0x928273) is unknown color: approx Americano. HEX triplet: 92, 82 and 73. RGB value is (146,130,115). Sum of RGB (Red+Green+Blue) = 146+130+115=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #928273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928273 is #6D7D8C. Grayscale: #858585. Windows color (decimal): -7175565 or 7570066. OLE color: 7570066.

HSL color Cylindrical-coordinate representation of color #928273: hue angle of 29.03º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #928273 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB146130115-
CMYK00.110.210.43
HSL29.03º12.45%51.18%-
HSV(B)29.03º21.23%57.25%-
XYZ22.9323.3119.51-
YUV133.07117.8137.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=37.34%
G=33.25%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613011500.110.210.4329.0312.4551.18
Hex9282730B152B1dc33
Octal2222021630132553351463
Binary100100101000001011100110101110101101011111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928273; }

 p { color: rgb(146,130,115); }

 H1.HeaderClassName
 {
   color: #928273;
 }
 .AnyTagClassName
 {
   color: #928273;
 }
</style>
background-color css

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

 a { background-color: rgb(146,130,115); }

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

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

 span { border-color: rgb(146,130,115); }

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