#9A7147

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

Shades of Pale Brown #9A7147

Tints of Pale Brown #9A7147

Color information

#9A7147 (or 0x9A7147) is unknown color: approx Pale Brown. HEX triplet: 9A, 71 and 47. RGB value is (154,113,71). Sum of RGB (Red+Green+Blue) = 154+113+71=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7147 is #658EB8. Grayscale: #787878. Windows color (decimal): -6655673 or 4682138. OLE color: 4682138.

HSL color Cylindrical-coordinate representation of color #9A7147: hue angle of 30.36º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A7147 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB15411371-
CMYK00.270.540.40
HSL30.36º36.89%44.12%-
HSV(B)30.36º53.9%60.39%-
XYZ20.3719.148.58-
YUV120.47100.08151.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.56%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 71 (28.12% from 255) = 21.01%
R=45.56%
G=33.43%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541137100.270.540.4030.3636.8944.12
Hex9A714701B36281e252c
Octal2321611070336650364554
Binary100110101110001100011101101111011010100011110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7147; }

 p { color: rgb(154,113,71); }

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

<style>
 a { background-color: #9A7147; }

 a { background-color: rgb(154,113,71); }

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

<style>
 span { border-color: #9A7147; }

 span { border-color: rgb(154,113,71); }

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