Html Css Color HEX #918275 Americano

📋 copy color: '#918275'

red 145 ◦ green 130 ◦ blue 117

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

Shades of Americano #918275

Tints of Americano #918275

RGB

 RED value IS 145 (57.03% from 255) = 36.99%

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

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 36.99%
G = 33.16%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#918275 (or 0x918275) is known color: Americano. HEX triplet: 91, 82 and 75. RGB value is (145,130,117). Sum of RGB (Red+Green+Blue) = 145+130+117=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #918275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918275 is #6E7D8A. Grayscale: #858585. Windows color (decimal): -7241099 or 7701137. OLE color: 7701137.

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

Color convert

RGB 145 130 117 -
CMYK 0 0.10 0.19 0.43
HSL 27.86º 0.11% 0.51% -
HSV(B) 27.86º 0.19% 0.57% -
XYZ 22.87 23.27 20.12 -
YUV 133 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 145 130 117 0 0.10 0.19 0.43 27.86 0.11 0.51
Hex 91 82 75 0 A 13 2B 1C B 33
Octal 221 202 165 0 12 23 53 34 13 63
Binary 10010001 10000010 1110101 0 1010 10011 101011 11100 1011 110011

Color Harmonies of #918275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918275

Black with #918275

Text Example


Text Example

White with #918275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918275; }

 p { color: rgb(145,130,117); }

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

background-color css

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

 a { background-color: rgb(145,130,117); }

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

border-color css

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

 span { border-color: rgb(145,130,117); }

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