#9F724B

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

Shades of Pale Brown #9F724B

Tints of Pale Brown #9F724B

Color information

#9F724B (or 0x9F724B) is unknown color: approx Pale Brown. HEX triplet: 9F, 72 and 4B. RGB value is (159,114,75). Sum of RGB (Red+Green+Blue) = 159+114+75=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F724B is #608DB4. Grayscale: #7B7B7B. Windows color (decimal): -6327733 or 4944543. OLE color: 4944543.

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

Color convert

RGB15911475-
CMYK00.280.530.38
HSL27.86º35.9%45.88%-
HSV(B)27.86º52.83%62.35%-
XYZ21.5919.919.36-
YUV123.01100.91153.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=45.69%
G=32.76%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591147500.280.530.3827.8635.945.88
Hex9F724B01C35261c242e
Octal2371621130346546344456
Binary100111111110010100101101110011010110011011100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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