#8F7350

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

Shades of Pale Brown #8F7350

Tints of Pale Brown #8F7350

Color information

#8F7350 (or 0x8F7350) is unknown color: approx Pale Brown. HEX triplet: 8F, 73 and 50. RGB value is (143,115,80). Sum of RGB (Red+Green+Blue) = 143+115+80=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7350 is #708CAF. Grayscale: #777777. Windows color (decimal): -7376048 or 5272463. OLE color: 5272463.

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

Color convert

RGB14311580-
CMYK00.200.440.44
HSL33.33º28.25%43.73%-
HSV(B)33.33º44.06%56.08%-
XYZ18.9118.6810.2-
YUV119.38105.78144.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=42.31%
G=34.02%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431158000.200.440.4433.3328.2543.73
Hex8F73500142C2C211c2c
Octal2171631200245454413454
Binary100011111110011101000001010010110010110010000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,115,80); }

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

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

 a { background-color: rgb(143,115,80); }

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

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

 span { border-color: rgb(143,115,80); }

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