#8F8273

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

Shades of Schooner #8F8273

Tints of Schooner #8F8273

Color information

#8F8273 (or 0x8F8273) is unknown color: approx Schooner. HEX triplet: 8F, 82 and 73. RGB value is (143,130,115). Sum of RGB (Red+Green+Blue) = 143+130+115=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8273 is #707D8C. Grayscale: #848484. Windows color (decimal): -7372173 or 7570063. OLE color: 7570063.

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

Color convert

RGB143130115-
CMYK00.090.200.44
HSL32.14º11.11%50.59%-
HSV(B)32.14º19.58%56.08%-
XYZ22.423.0419.49-
YUV132.18118.31135.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.86%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=36.86%
G=33.51%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313011500.090.200.4432.1411.1150.59
Hex8F827309142C20b33
Octal2172021630112454401363
Binary1000111110000010111001101001101001011001000001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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