#8f7450

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

Shades of Pale Brown #8F7450

Tints of Pale Brown #8F7450

Color information

#8F7450 (or 0x8F7450) is unknown color: approx Pale Brown. HEX triplet: 8F, 74 and 50. RGB value is (143,116,80). Sum of RGB (Red+Green+Blue) = 143+116+80=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7450 is #708BAF. Grayscale: #787878. Windows color (decimal): -7375792 or 5272719. OLE color: 5272719.

HSL color Cylindrical-coordinate representation of color #8F7450: hue angle of 34.29º 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 #8F7450 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB14311680-
CMYK00.190.440.44
HSL34.29º28.25%43.73%-
HSV(B)34.29º44.06%56.08%-
XYZ19.0218.9110.24-
YUV119.97105.45144.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.18%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=42.18%
G=34.22%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431168000.190.440.4434.2928.2543.73
Hex8F74500132C2C221c2c
Octal2171641200235454423454
Binary100011111110100101000001001110110010110010001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f7450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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