#91714E

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

Shades of Pale Brown #91714E

Tints of Pale Brown #91714E

Color information

#91714E (or 0x91714E) is unknown color: approx Pale Brown. HEX triplet: 91, 71 and 4E. RGB value is (145,113,78). Sum of RGB (Red+Green+Blue) = 145+113+78=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #91714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91714E is #6E8EB1. Grayscale: #767676. Windows color (decimal): -7245490 or 5140881. OLE color: 5140881.

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

Color convert

RGB14511378-
CMYK00.220.460.43
HSL31.34º30.04%43.73%-
HSV(B)31.34º46.21%56.86%-
XYZ18.9618.389.76-
YUV118.58105.1146.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=43.15%
G=33.63%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451137800.220.460.4331.3430.0443.73
Hex91714E0162E2B1f1e2c
Octal2211611160265653373654
Binary10010001111000110011100101101011101010111111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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