#91714D

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

Shades of Pale Brown #91714D

Tints of Pale Brown #91714D

Color information

#91714D (or 0x91714D) is unknown color: approx Pale Brown. HEX triplet: 91, 71 and 4D. RGB value is (145,113,77). Sum of RGB (Red+Green+Blue) = 145+113+77=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #91714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91714D is #6E8EB2. Grayscale: #767676. Windows color (decimal): -7245491 or 5075345. OLE color: 5075345.

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

Color convert

RGB14511377-
CMYK00.220.470.43
HSL31.76º30.63%43.53%-
HSV(B)31.76º46.9%56.86%-
XYZ18.9218.379.57-
YUV118.46104.6146.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=43.28%
G=33.73%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451137700.220.470.4331.7630.6343.53
Hex91714D0162F2B201f2c
Octal2211611150265753403754
Binary100100011110001100110101011010111110101110000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,113,77); }

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

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

 a { background-color: rgb(145,113,77); }

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

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

 span { border-color: rgb(145,113,77); }

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