#916F48

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

Shades of Pale Brown #916F48

Tints of Pale Brown #916F48

Color information

#916F48 (or 0x916F48) is unknown color: approx Pale Brown. HEX triplet: 91, 6F and 48. RGB value is (145,111,72). Sum of RGB (Red+Green+Blue) = 145+111+72=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #916F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916F48 is #6E90B7. Grayscale: #747474. Windows color (decimal): -7246008 or 4747153. OLE color: 4747153.

HSL color Cylindrical-coordinate representation of color #916F48: hue angle of 32.05º 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 #916F48 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB14511172-
CMYK00.230.500.43
HSL32.05º33.64%42.55%-
HSV(B)32.05º50.34%56.86%-
XYZ18.5317.868.6-
YUV116.72102.76148.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=44.21%
G=33.84%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451117200.230.500.4332.0533.6442.55
Hex916F48017322B20222b
Octal2211571100276253404253
Binary1001000111011111001000010111110010101011100000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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