#9F775A

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

Shades of Pale Brown #9F775A

Tints of Pale Brown #9F775A

Color information

#9F775A (or 0x9F775A) is unknown color: approx Pale Brown. HEX triplet: 9F, 77 and 5A. RGB value is (159,119,90). Sum of RGB (Red+Green+Blue) = 159+119+90=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F775A is #6088A5. Grayscale: #7F7F7F. Windows color (decimal): -6326438 or 5928863. OLE color: 5928863.

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

Color convert

RGB15911990-
CMYK00.250.430.38
HSL25.22º27.71%48.82%-
HSV(B)25.22º43.4%62.35%-
XYZ22.7421.312.59-
YUV127.65106.75150.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=43.21%
G=32.34%
B=24.46%

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
Decimal1591199000.250.430.3825.2227.7148.82
Hex9F775A0192B26191c31
Octal2371671320315346313461
Binary10011111111011110110100110011010111001101100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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