#8F704D

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

Shades of Pale Brown #8F704D

Tints of Pale Brown #8F704D

Color information

#8F704D (or 0x8F704D) is unknown color: approx Pale Brown. HEX triplet: 8F, 70 and 4D. RGB value is (143,112,77). Sum of RGB (Red+Green+Blue) = 143+112+77=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F704D is #708FB2. Grayscale: #757575. Windows color (decimal): -7376819 or 5075087. OLE color: 5075087.

HSL color Cylindrical-coordinate representation of color #8F704D: hue angle of 31.82º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F704D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB14311277-
CMYK00.220.460.44
HSL31.82º30%43.14%-
HSV(B)31.82º46.15%56.08%-
XYZ18.4617.969.52-
YUV117.28105.27146.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=43.07%
G=33.73%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431127700.220.460.4431.823043.14
Hex8F704D0162E2C201e2b
Octal2171601150265654403653
Binary100011111110000100110101011010111010110010000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F704D; }

 p { color: rgb(143,112,77); }

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

<style>
 a { background-color: #8F704D; }

 a { background-color: rgb(143,112,77); }

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

<style>
 span { border-color: #8F704D; }

 span { border-color: rgb(143,112,77); }

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