#91795D

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

Shades of Pale Brown #91795D

Tints of Pale Brown #91795D

Color information

#91795D (or 0x91795D) is unknown color: approx Pale Brown. HEX triplet: 91, 79 and 5D. RGB value is (145,121,93). Sum of RGB (Red+Green+Blue) = 145+121+93=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #91795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91795D is #6E86A2. Grayscale: #7D7D7D. Windows color (decimal): -7243427 or 6125969. OLE color: 6125969.

HSL color Cylindrical-coordinate representation of color #91795D: hue angle of 32.31º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91795D is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14512193-
CMYK00.170.360.43
HSL32.31º21.85%46.67%-
HSV(B)32.31º35.86%56.86%-
XYZ20.4920.4813.23-
YUV124.98109.95142.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.39%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=40.39%
G=33.70%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451219300.170.360.4332.3121.8546.67
Hex91795D011242B20162f
Octal2211711350214453402657
Binary100100011111001101110101000110010010101110000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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