#9F7953

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

Shades of Pale Brown #9F7953

Tints of Pale Brown #9F7953

Color information

#9F7953 (or 0x9F7953) is unknown color: approx Pale Brown. HEX triplet: 9F, 79 and 53. RGB value is (159,121,83). Sum of RGB (Red+Green+Blue) = 159+121+83=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7953 is #6086AC. Grayscale: #808080. Windows color (decimal): -6325933 or 5470623. OLE color: 5470623.

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

Color convert

RGB15912183-
CMYK00.240.480.38
HSL30º31.4%47.45%-
HSV(B)30º47.8%62.35%-
XYZ22.721.6711.17-
YUV128.03102.59150.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=43.80%
G=33.33%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591218300.240.480.383031.447.45
Hex9F795301830261e1f2f
Octal2371711230306046363757
Binary10011111111100110100110110001100001001101111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,121,83); }

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

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

 a { background-color: rgb(159,121,83); }

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

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

 span { border-color: rgb(159,121,83); }

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