#9F754F

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

Shades of Pale Brown #9F754F

Tints of Pale Brown #9F754F

Color information

#9F754F (or 0x9F754F) is unknown color: approx Pale Brown. HEX triplet: 9F, 75 and 4F. RGB value is (159,117,79). Sum of RGB (Red+Green+Blue) = 159+117+79=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F754F is #608AB0. Grayscale: #7D7D7D. Windows color (decimal): -6326961 or 5207455. OLE color: 5207455.

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

Color convert

RGB15911779-
CMYK00.260.500.38
HSL28.5º33.61%46.67%-
HSV(B)28.5º50.31%62.35%-
XYZ22.0720.6610.22-
YUV125.23101.91152.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=44.79%
G=32.96%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591177900.260.500.3828.533.6146.67
Hex9F754F01A32261c222f
Octal2371651170326246344257
Binary100111111110101100111101101011001010011011100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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