#9A7049

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

Shades of Pale Brown #9A7049

Tints of Pale Brown #9A7049

Color information

#9A7049 (or 0x9A7049) is unknown color: approx Pale Brown. HEX triplet: 9A, 70 and 49. RGB value is (154,112,73). Sum of RGB (Red+Green+Blue) = 154+112+73=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7049 is #658FB6. Grayscale: #787878. Windows color (decimal): -6655927 or 4812954. OLE color: 4812954.

HSL color Cylindrical-coordinate representation of color #9A7049: hue angle of 28.89º 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 #9A7049 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB15411273-
CMYK00.270.530.40
HSL28.89º35.68%44.51%-
HSV(B)28.89º52.6%60.39%-
XYZ20.3218.948.89-
YUV120.11101.41152.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.43%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=45.43%
G=33.04%
B=21.53%

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
Decimal1541127300.270.530.4028.8935.6844.51
Hex9A704901B35281d242d
Octal2321601110336550354455
Binary100110101110000100100101101111010110100011101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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