#9F754C

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

Shades of Pale Brown #9F754C

Tints of Pale Brown #9F754C

Color information

#9F754C (or 0x9F754C) is unknown color: approx Pale Brown. HEX triplet: 9F, 75 and 4C. RGB value is (159,117,76). Sum of RGB (Red+Green+Blue) = 159+117+76=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F754C is #608AB3. Grayscale: #7D7D7D. Windows color (decimal): -6326964 or 5010847. OLE color: 5010847.

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

Color convert

RGB15911776-
CMYK00.260.520.38
HSL29.64º35.32%46.08%-
HSV(B)29.64º52.2%62.35%-
XYZ21.9620.629.66-
YUV124.88100.41152.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.17%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=45.17%
G=33.24%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591177600.260.520.3829.6435.3246.08
Hex9F754C01A34261e232e
Octal2371651140326446364356
Binary100111111110101100110001101011010010011011110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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