#917950

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

Shades of Pale Brown #917950

Tints of Pale Brown #917950

Color information

#917950 (or 0x917950) is unknown color: approx Pale Brown. HEX triplet: 91, 79 and 50. RGB value is (145,121,80). Sum of RGB (Red+Green+Blue) = 145+121+80=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #917950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917950 is #6E86AF. Grayscale: #7B7B7B. Windows color (decimal): -7243440 or 5274001. OLE color: 5274001.

HSL color Cylindrical-coordinate representation of color #917950: hue angle of 37.85º 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 #917950 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14512180-
CMYK00.170.450.43
HSL37.85º28.89%44.12%-
HSV(B)37.85º44.83%56.86%-
XYZ19.9620.2710.45-
YUV123.5103.45143.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=41.91%
G=34.97%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451218000.170.450.4337.8528.8944.12
Hex9179500112D2B261d2c
Octal2211711200215553463554
Binary100100011111001101000001000110110110101110011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917950; }

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

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

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

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

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

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

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

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