#9F724D

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

Shades of Pale Brown #9F724D

Tints of Pale Brown #9F724D

Color information

#9F724D (or 0x9F724D) is unknown color: approx Pale Brown. HEX triplet: 9F, 72 and 4D. RGB value is (159,114,77). Sum of RGB (Red+Green+Blue) = 159+114+77=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F724D is #608DB2. Grayscale: #7B7B7B. Windows color (decimal): -6327731 or 5075615. OLE color: 5075615.

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

Color convert

RGB15911477-
CMYK00.280.520.38
HSL27.07º34.75%46.27%-
HSV(B)27.07º51.57%62.35%-
XYZ21.6519.949.73-
YUV123.24101.91153.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.43%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 77 (30.47% from 255) = 22%
R=45.43%
G=32.57%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591147700.280.520.3827.0734.7546.27
Hex9F724D01C34261b232e
Octal2371621150346446334356
Binary100111111110010100110101110011010010011011011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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