#9F7250

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

Shades of Pale Brown #9F7250

Tints of Pale Brown #9F7250

Color information

#9F7250 (or 0x9F7250) is unknown color: approx Pale Brown. HEX triplet: 9F, 72 and 50. RGB value is (159,114,80). Sum of RGB (Red+Green+Blue) = 159+114+80=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7250 is #608DAF. Grayscale: #7B7B7B. Windows color (decimal): -6327728 or 5272223. OLE color: 5272223.

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

Color convert

RGB15911480-
CMYK00.280.500.38
HSL25.82º33.05%46.86%-
HSV(B)25.82º49.69%62.35%-
XYZ21.7619.9810.3-
YUV123.58103.41153.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.04%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=45.04%
G=32.29%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591148000.280.500.3825.8233.0546.86
Hex9F725001C32261a212f
Octal2371621200346246324157
Binary100111111110010101000001110011001010011011010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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