#9F7548

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

Shades of Pale Brown #9F7548

Tints of Pale Brown #9F7548

Color information

#9F7548 (or 0x9F7548) is unknown color: approx Pale Brown. HEX triplet: 9F, 75 and 48. RGB value is (159,117,72). Sum of RGB (Red+Green+Blue) = 159+117+72=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7548 is #608AB7. Grayscale: #7C7C7C. Windows color (decimal): -6326968 or 4748703. OLE color: 4748703.

HSL color Cylindrical-coordinate representation of color #9F7548: hue angle of 31.03º 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 #9F7548 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB15911772-
CMYK00.260.550.38
HSL31.03º37.66%45.29%-
HSV(B)31.03º54.72%62.35%-
XYZ21.8320.568.95-
YUV124.4398.41152.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=45.69%
G=33.62%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591177200.260.550.3831.0337.6645.29
Hex9F754801A37261f262d
Octal2371651100326746374655
Binary100111111110101100100001101011011110011011111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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