#9F785A

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

Shades of Pale Brown #9F785A

Tints of Pale Brown #9F785A

Color information

#9F785A (or 0x9F785A) is unknown color: approx Pale Brown. HEX triplet: 9F, 78 and 5A. RGB value is (159,120,90). Sum of RGB (Red+Green+Blue) = 159+120+90=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F785A is #6087A5. Grayscale: #808080. Windows color (decimal): -6326182 or 5929119. OLE color: 5929119.

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

Color convert

RGB15912090-
CMYK00.250.430.38
HSL26.09º27.71%48.82%-
HSV(B)26.09º43.4%62.35%-
XYZ22.8621.5412.63-
YUV128.24106.42149.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=43.09%
G=32.52%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591209000.250.430.3826.0927.7148.82
Hex9F785A0192B261a1c31
Octal2371701320315346323461
Binary10011111111100010110100110011010111001101101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,120,90); }

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

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

 a { background-color: rgb(159,120,90); }

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

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

 span { border-color: rgb(159,120,90); }

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