#91775E

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

Shades of Pale Brown #91775E

Tints of Pale Brown #91775E

Color information

#91775E (or 0x91775E) is unknown color: approx Pale Brown. HEX triplet: 91, 77 and 5E. RGB value is (145,119,94). Sum of RGB (Red+Green+Blue) = 145+119+94=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #91775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91775E is #6E88A1. Grayscale: #7C7C7C. Windows color (decimal): -7243938 or 6190993. OLE color: 6190993.

HSL color Cylindrical-coordinate representation of color #91775E: hue angle of 29.41º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91775E is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB14511994-
CMYK00.180.350.43
HSL29.41º21.34%46.86%-
HSV(B)29.41º35.17%56.86%-
XYZ20.2920.0213.38-
YUV123.92111.11143.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=40.50%
G=33.24%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451199400.180.350.4329.4121.3446.86
Hex91775E012232B1d152f
Octal2211671360224353352557
Binary10010001111011110111100100101000111010111110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91775E; }

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

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

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

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

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

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

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

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