Html Css Color HEX #928273 Americano

📋 copy color: '#928273'

red 146 ◦ green 130 ◦ blue 115

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

Shades of Americano #928273

Tints of Americano #928273

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 value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#928273 (or 0x928273) is known color: 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

RGB 146 130 115 -
CMYK 0 0.11 0.21 0.43
HSL 29.03º 0.12% 0.51% -
HSV(B) 29.03º 0.21% 0.57% -
XYZ 22.93 23.31 19.51 -
YUV 133.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 146 130 115 0 0.11 0.21 0.43 29.03 0.12 0.51
Hex 92 82 73 0 B 15 2B 1D C 33
Octal 222 202 163 0 13 25 53 35 14 63
Binary 10010010 10000010 1110011 0 1011 10101 101011 11101 1100 110011

Color Harmonies of #928273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928273

Black with #928273

Text Example


Text Example

White with #928273

Text Example


Text Example

HTML Codes & Css Web 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>