#917550

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

Shades of Pale Brown #917550

Tints of Pale Brown #917550

Color information

#917550 (or 0x917550) is unknown color: approx Pale Brown. HEX triplet: 91, 75 and 50. RGB value is (145,117,80). Sum of RGB (Red+Green+Blue) = 145+117+80=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #917550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917550 is #6E8AAF. Grayscale: #797979. Windows color (decimal): -7244464 or 5272977. OLE color: 5272977.

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

Color convert

RGB14511780-
CMYK00.190.450.43
HSL34.15º28.89%44.12%-
HSV(B)34.15º44.83%56.86%-
XYZ19.4919.3210.29-
YUV121.15104.78145.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.40%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=42.40%
G=34.21%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451178000.190.450.4334.1528.8944.12
Hex9175500132D2B221d2c
Octal2211651200235553423554
Binary100100011110101101000001001110110110101110001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917550; }

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

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

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

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

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

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

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

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