#916E48

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

Shades of Pale Brown #916E48

Tints of Pale Brown #916E48

Color information

#916E48 (or 0x916E48) is unknown color: approx Pale Brown. HEX triplet: 91, 6E and 48. RGB value is (145,110,72). Sum of RGB (Red+Green+Blue) = 145+110+72=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #916E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916E48 is #6E91B7. Grayscale: #747474. Windows color (decimal): -7246264 or 4746897. OLE color: 4746897.

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

Color convert

RGB14511072-
CMYK00.240.500.43
HSL31.23º33.64%42.55%-
HSV(B)31.23º50.34%56.86%-
XYZ18.4217.648.56-
YUV116.13103.1148.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=44.34%
G=33.64%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451107200.240.500.4331.2333.6442.55
Hex916E48018322B1f222b
Octal2211561100306253374253
Binary100100011101110100100001100011001010101111111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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