#916E47

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

Shades of Pale Brown #916E47

Tints of Pale Brown #916E47

Color information

#916E47 (or 0x916E47) is unknown color: approx Pale Brown. HEX triplet: 91, 6E and 47. RGB value is (145,110,71). Sum of RGB (Red+Green+Blue) = 145+110+71=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #916E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916E47 is #6E91B8. Grayscale: #747474. Windows color (decimal): -7246265 or 4681361. OLE color: 4681361.

HSL color Cylindrical-coordinate representation of color #916E47: hue angle of 31.62º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #916E47 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB14511071-
CMYK00.240.510.43
HSL31.62º34.26%42.35%-
HSV(B)31.62º51.03%56.86%-
XYZ18.3917.638.39-
YUV116.02102.6148.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=44.48%
G=33.74%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451107100.240.510.4331.6234.2642.35
Hex916E47018332B20222a
Octal2211561070306353404252
Binary1001000111011101000111011000110011101011100000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916E47; }

 p { color: rgb(145,110,71); }

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

<style>
 a { background-color: #916E47; }

 a { background-color: rgb(145,110,71); }

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

<style>
 span { border-color: #916E47; }

 span { border-color: rgb(145,110,71); }

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