#917755

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

Shades of Pale Brown #917755

Tints of Pale Brown #917755

Color information

#917755 (or 0x917755) is unknown color: approx Pale Brown. HEX triplet: 91, 77 and 55. RGB value is (145,119,85). Sum of RGB (Red+Green+Blue) = 145+119+85=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #917755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917755 is #6E88AA. Grayscale: #7B7B7B. Windows color (decimal): -7243947 or 5601169. OLE color: 5601169.

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

Color convert

RGB14511985-
CMYK00.180.410.43
HSL34º26.09%45.1%-
HSV(B)34º41.38%56.86%-
XYZ19.9119.8711.38-
YUV122.9106.61143.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=41.55%
G=34.10%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451198500.180.410.433426.0945.1
Hex917755012292B221a2d
Octal2211671250225153423255
Binary100100011110111101010101001010100110101110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917755; }

 p { color: rgb(145,119,85); }

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

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

 a { background-color: rgb(145,119,85); }

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

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

 span { border-color: rgb(145,119,85); }

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