#9F7354

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

Shades of Pale Brown #9F7354

Tints of Pale Brown #9F7354

Color information

#9F7354 (or 0x9F7354) is unknown color: approx Pale Brown. HEX triplet: 9F, 73 and 54. RGB value is (159,115,84). Sum of RGB (Red+Green+Blue) = 159+115+84=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7354 is #608CAB. Grayscale: #7C7C7C. Windows color (decimal): -6327468 or 5534623. OLE color: 5534623.

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

Color convert

RGB15911584-
CMYK00.280.470.38
HSL24.8º30.86%47.65%-
HSV(B)24.8º47.17%62.35%-
XYZ22.0320.2711.14-
YUV124.62105.08152.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=44.41%
G=32.12%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591158400.280.470.3824.830.8647.65
Hex9F735401C2F26191f30
Octal2371631240345746313760
Binary10011111111001110101000111001011111001101100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,115,84); }

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

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

 a { background-color: rgb(159,115,84); }

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

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

 span { border-color: rgb(159,115,84); }

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