#91795B

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

Shades of Pale Brown #91795B

Tints of Pale Brown #91795B

Color information

#91795B (or 0x91795B) is unknown color: approx Pale Brown. HEX triplet: 91, 79 and 5B. RGB value is (145,121,91). Sum of RGB (Red+Green+Blue) = 145+121+91=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #91795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91795B is #6E86A4. Grayscale: #7C7C7C. Windows color (decimal): -7243429 or 5994897. OLE color: 5994897.

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

Color convert

RGB14512191-
CMYK00.170.370.43
HSL33.33º22.88%46.27%-
HSV(B)33.33º37.24%56.86%-
XYZ20.420.4512.77-
YUV124.76108.95142.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=40.62%
G=33.89%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451219100.170.370.4333.3322.8846.27
Hex91795B011252B21172e
Octal2211711330214553412756
Binary100100011111001101101101000110010110101110000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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