#8F8471

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

Shades of Schooner #8F8471

Tints of Schooner #8F8471

Color information

#8F8471 (or 0x8F8471) is unknown color: approx Schooner. HEX triplet: 8F, 84 and 71. RGB value is (143,132,113). Sum of RGB (Red+Green+Blue) = 143+132+113=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8471 is #707B8E. Grayscale: #858585. Windows color (decimal): -7371663 or 7439503. OLE color: 7439503.

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

Color convert

RGB143132113-
CMYK00.080.210.44
HSL38º11.81%50.2%-
HSV(B)38º20.98%56.08%-
XYZ22.5623.5318.98-
YUV133.12116.64135.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.86%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=36.86%
G=34.02%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313211300.080.210.443811.8150.2
Hex8F847108152C26c32
Octal2172041610102554461462
Binary1000111110000100111000101000101011011001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,132,113); }

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

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

 a { background-color: rgb(143,132,113); }

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

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

 span { border-color: rgb(143,132,113); }

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