#917a49

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

Shades of Shadow #917A49

Tints of Shadow #917A49

Color information

#917A49 (or 0x917A49) is unknown color: approx Shadow. HEX triplet: 91, 7A and 49. RGB value is (145,122,73). Sum of RGB (Red+Green+Blue) = 145+122+73=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #917A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A49 is #6E85B6. Grayscale: #7B7B7B. Windows color (decimal): -7243191 or 4815505. OLE color: 4815505.

HSL color Cylindrical-coordinate representation of color #917A49: hue angle of 40.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917A49 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB14512273-
CMYK00.160.500.43
HSL40.83º33.03%42.75%-
HSV(B)40.83º49.66%56.86%-
XYZ19.8420.429.2-
YUV123.2999.62143.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=42.65%
G=35.88%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451227300.160.500.4340.8333.0342.75
Hex917A49010322B29212b
Octal2211721110206253514153
Binary1001000111110101001001010000110010101011101001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917a49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917a49; }

 p { color: rgb(145,122,73); }

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

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

 a { background-color: rgb(145,122,73); }

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

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

 span { border-color: rgb(145,122,73); }

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