#9A7149

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

Shades of Pale Brown #9A7149

Tints of Pale Brown #9A7149

Color information

#9A7149 (or 0x9A7149) is unknown color: approx Pale Brown. HEX triplet: 9A, 71 and 49. RGB value is (154,113,73). Sum of RGB (Red+Green+Blue) = 154+113+73=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7149 is #658EB6. Grayscale: #787878. Windows color (decimal): -6655671 or 4813210. OLE color: 4813210.

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

Color convert

RGB15411373-
CMYK00.270.530.40
HSL29.63º35.68%44.51%-
HSV(B)29.63º52.6%60.39%-
XYZ20.4319.168.92-
YUV120.7101.08151.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.29%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=45.29%
G=33.24%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541137300.270.530.4029.6335.6844.51
Hex9A714901B35281e242d
Octal2321611110336550364455
Binary100110101110001100100101101111010110100011110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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