#9F7458

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

Shades of Pale Brown #9F7458

Tints of Pale Brown #9F7458

Color information

#9F7458 (or 0x9F7458) is unknown color: approx Pale Brown. HEX triplet: 9F, 74 and 58. RGB value is (159,116,88). Sum of RGB (Red+Green+Blue) = 159+116+88=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7458 is #608BA7. Grayscale: #7D7D7D. Windows color (decimal): -6327208 or 5797023. OLE color: 5797023.

HSL color Cylindrical-coordinate representation of color #9F7458: hue angle of 23.66º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F7458 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB15911688-
CMYK00.270.450.38
HSL23.66º28.74%48.43%-
HSV(B)23.66º44.65%62.35%-
XYZ22.320.5712.03-
YUV125.66106.75151.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=43.80%
G=31.96%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591168800.270.450.3823.6628.7448.43
Hex9F745801B2D26181d30
Octal2371641300335546303560
Binary10011111111010010110000110111011011001101100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,116,88); }

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

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

 a { background-color: rgb(159,116,88); }

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

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

 span { border-color: rgb(159,116,88); }

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