#9F7249

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

Shades of Pale Brown #9F7249

Tints of Pale Brown #9F7249

Color information

#9F7249 (or 0x9F7249) is unknown color: approx Pale Brown. HEX triplet: 9F, 72 and 49. RGB value is (159,114,73). Sum of RGB (Red+Green+Blue) = 159+114+73=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7249 is #608DB6. Grayscale: #7A7A7A. Windows color (decimal): -6327735 or 4813471. OLE color: 4813471.

HSL color Cylindrical-coordinate representation of color #9F7249: hue angle of 28.6º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F7249 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB15911473-
CMYK00.280.540.38
HSL28.6º37.07%45.49%-
HSV(B)28.6º54.09%62.35%-
XYZ21.5219.899.01-
YUV122.7899.91153.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=45.95%
G=32.95%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591147300.280.540.3828.637.0745.49
Hex9F724901C36261d252d
Octal2371621110346646354555
Binary100111111110010100100101110011011010011011101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,114,73); }

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

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

 a { background-color: rgb(159,114,73); }

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

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

 span { border-color: rgb(159,114,73); }

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