#8f775b

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

Shades of Pale Brown #8F775B

Tints of Pale Brown #8F775B

Color information

#8F775B (or 0x8F775B) is unknown color: approx Pale Brown. HEX triplet: 8F, 77 and 5B. RGB value is (143,119,91). Sum of RGB (Red+Green+Blue) = 143+119+91=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F775B is #7088A4. Grayscale: #7B7B7B. Windows color (decimal): -7375013 or 5994383. OLE color: 5994383.

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

Color convert

RGB14311991-
CMYK00.170.360.44
HSL32.31º22.22%45.88%-
HSV(B)32.31º36.36%56.08%-
XYZ19.8119.7912.67-
YUV122.98109.95142.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.51%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=40.51%
G=33.71%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431199100.170.360.4432.3122.2245.88
Hex8F775B011242C20162e
Octal2171671330214454402656
Binary100011111110111101101101000110010010110010000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f775b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,119,91); }

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

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

 a { background-color: rgb(143,119,91); }

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

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

 span { border-color: rgb(143,119,91); }

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