#91714A

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

Shades of Pale Brown #91714A

Tints of Pale Brown #91714A

Color information

#91714A (or 0x91714A) is unknown color: approx Pale Brown. HEX triplet: 91, 71 and 4A. RGB value is (145,113,74). Sum of RGB (Red+Green+Blue) = 145+113+74=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #91714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91714A is #6E8EB5. Grayscale: #767676. Windows color (decimal): -7245494 or 4878737. OLE color: 4878737.

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

Color convert

RGB14511374-
CMYK00.220.490.43
HSL32.96º32.42%42.94%-
HSV(B)32.96º48.97%56.86%-
XYZ18.8218.329.02-
YUV118.12103.1147.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=43.67%
G=34.04%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451137400.220.490.4332.9632.4242.94
Hex91714A016312B21202b
Octal2211611120266153414053
Binary1001000111100011001010010110110001101011100001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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