#8D8277

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

Shades of Schooner #8D8277

Tints of Schooner #8D8277

Color information

#8D8277 (or 0x8D8277) is unknown color: approx Schooner. HEX triplet: 8D, 82 and 77. RGB value is (141,130,119). Sum of RGB (Red+Green+Blue) = 141+130+119=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8277 is #727D88. Grayscale: #848484. Windows color (decimal): -7503241 or 7832205. OLE color: 7832205.

HSL color Cylindrical-coordinate representation of color #8D8277: hue angle of 30º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D8277 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB141130119-
CMYK00.080.160.45
HSL30º8.8%50.98%-
HSV(B)30º15.6%55.29%-
XYZ22.322.9620.71-
YUV132.04120.64134.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=36.15%
G=33.33%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113011900.080.160.45308.850.98
Hex8D827708102D1e933
Octal2152021670102055361163
Binary100011011000001011101110100010000101101111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,130,119); }

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

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

 a { background-color: rgb(141,130,119); }

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

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

 span { border-color: rgb(141,130,119); }

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