#91755B

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

Shades of Pale Brown #91755B

Tints of Pale Brown #91755B

Color information

#91755B (or 0x91755B) is unknown color: approx Pale Brown. HEX triplet: 91, 75 and 5B. RGB value is (145,117,91). Sum of RGB (Red+Green+Blue) = 145+117+91=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #91755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91755B is #6E8AA4. Grayscale: #7A7A7A. Windows color (decimal): -7244453 or 5993873. OLE color: 5993873.

HSL color Cylindrical-coordinate representation of color #91755B: hue angle of 28.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91755B is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14511791-
CMYK00.190.370.43
HSL28.89º22.88%46.27%-
HSV(B)28.89º37.24%56.86%-
XYZ19.9319.512.61-
YUV122.41110.28144.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=41.08%
G=33.14%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451179100.190.370.4328.8922.8846.27
Hex91755B013252B1d172e
Octal2211651330234553352756
Binary10010001111010110110110100111001011010111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91755B; }

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

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

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

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

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

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

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

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