#9F7553

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

Shades of Pale Brown #9F7553

Tints of Pale Brown #9F7553

Color information

#9F7553 (or 0x9F7553) is unknown color: approx Pale Brown. HEX triplet: 9F, 75 and 53. RGB value is (159,117,83). Sum of RGB (Red+Green+Blue) = 159+117+83=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7553 is #608AAC. Grayscale: #7D7D7D. Windows color (decimal): -6326957 or 5469599. OLE color: 5469599.

HSL color Cylindrical-coordinate representation of color #9F7553: hue angle of 26.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F7553 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15911783-
CMYK00.260.480.38
HSL26.84º31.4%47.45%-
HSV(B)26.84º47.8%62.35%-
XYZ22.2220.7211.01-
YUV125.68103.91151.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=44.29%
G=32.59%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591178300.260.480.3826.8431.447.45
Hex9F755301A30261b1f2f
Octal2371651230326046333757
Binary10011111111010110100110110101100001001101101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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