Html Css Color HEX #938273 Americano

📋 copy color: '#938273'

red 147 ◦ green 130 ◦ blue 115

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

Shades of Americano #938273

Tints of Americano #938273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 37.5%
G = 33.16%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#938273 (or 0x938273) is known color: Americano. HEX triplet: 93, 82 and 73. RGB value is (147,130,115). Sum of RGB (Red+Green+Blue) = 147+130+115=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #938273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938273 is #6C7D8C. Grayscale: #858585. Windows color (decimal): -7110029 or 7570067. OLE color: 7570067.

HSL color Cylindrical-coordinate representation of color #938273: hue angle of 28.12º 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 #938273 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 130 115 -
CMYK 0 0.12 0.22 0.42
HSL 28.13º 0.13% 0.51% -
HSV(B) 28.13º 0.22% 0.58% -
XYZ 23.11 23.41 19.52 -
YUV 133.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 147 130 115 0 0.12 0.22 0.42 28.13 0.13 0.51
Hex 93 82 73 0 C 16 2A 1C D 33
Octal 223 202 163 0 14 26 52 34 15 63
Binary 10010011 10000010 1110011 0 1100 10110 101010 11100 1101 110011

Color Harmonies of #938273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938273

Black with #938273

Text Example


Text Example

White with #938273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938273; }

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

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

background-color css

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

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

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

border-color css

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

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

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