#997049

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

Shades of Pale Brown #997049

Tints of Pale Brown #997049

Color information

#997049 (or 0x997049) is unknown color: approx Pale Brown. HEX triplet: 99, 70 and 49. RGB value is (153,112,73). Sum of RGB (Red+Green+Blue) = 153+112+73=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #997049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997049 is #668FB6. Grayscale: #787878. Windows color (decimal): -6721463 or 4812953. OLE color: 4812953.

HSL color Cylindrical-coordinate representation of color #997049: hue angle of 29.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #997049 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15311273-
CMYK00.270.520.4
HSL29.25º35.4%44.31%-
HSV(B)29.25º52.29%60%-
XYZ20.1318.848.88-
YUV119.81101.58151.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=45.27%
G=33.14%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531127300.270.520.429.2535.444.31
Hex99704901B34281d232c
Octal2311601110336450354354
Binary100110011110000100100101101111010010100011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997049; }

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

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

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

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

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

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

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

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