#917242

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

Shades of Shadow #917242

Tints of Shadow #917242

Color information

#917242 (or 0x917242) is unknown color: approx Shadow. HEX triplet: 91, 72 and 42. RGB value is (145,114,66). Sum of RGB (Red+Green+Blue) = 145+114+66=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #917242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917242 is #6E8DBD. Grayscale: #767676. Windows color (decimal): -7245246 or 4354705. OLE color: 4354705.

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

Color convert

RGB14511466-
CMYK00.210.540.43
HSL36.46º37.44%41.37%-
HSV(B)36.46º54.48%56.86%-
XYZ18.6818.457.73-
YUV117.898.77147.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=44.62%
G=35.08%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451146600.210.540.4336.4637.4441.37
Hex917242015362B242529
Octal2211621020256653444551
Binary1001000111100101000010010101110110101011100100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917242; }

 p { color: rgb(145,114,66); }

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

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

 a { background-color: rgb(145,114,66); }

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

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

 span { border-color: rgb(145,114,66); }

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