#9F7248

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

Shades of Pale Brown #9F7248

Tints of Pale Brown #9F7248

Color information

#9F7248 (or 0x9F7248) is unknown color: approx Pale Brown. HEX triplet: 9F, 72 and 48. RGB value is (159,114,72). Sum of RGB (Red+Green+Blue) = 159+114+72=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7248 is #608DB7. Grayscale: #7A7A7A. Windows color (decimal): -6327736 or 4747935. OLE color: 4747935.

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

Color convert

RGB15911472-
CMYK00.280.550.38
HSL28.97º37.66%45.29%-
HSV(B)28.97º54.72%62.35%-
XYZ21.4919.878.83-
YUV122.6799.41153.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=46.09%
G=33.04%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591147200.280.550.3828.9737.6645.29
Hex9F724801C37261d262d
Octal2371621100346746354655
Binary100111111110010100100001110011011110011011101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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