#91775B

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

Shades of Pale Brown #91775B

Tints of Pale Brown #91775B

Color information

#91775B (or 0x91775B) is unknown color: approx Pale Brown. HEX triplet: 91, 77 and 5B. RGB value is (145,119,91). Sum of RGB (Red+Green+Blue) = 145+119+91=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #91775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91775B is #6E88A4. Grayscale: #7B7B7B. Windows color (decimal): -7243941 or 5994385. OLE color: 5994385.

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

Color convert

RGB14511991-
CMYK00.180.370.43
HSL31.11º22.88%46.27%-
HSV(B)31.11º37.24%56.86%-
XYZ20.1619.9712.69-
YUV123.58109.61143.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=40.85%
G=33.52%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451199100.180.370.4331.1122.8846.27
Hex91775B012252B1f172e
Octal2211671330224553372756
Binary10010001111011110110110100101001011010111111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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