#8D8270

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

Shades of Schooner #8D8270

Tints of Schooner #8D8270

Color information

#8D8270 (or 0x8D8270) is unknown color: approx Schooner. HEX triplet: 8D, 82 and 70. RGB value is (141,130,112). Sum of RGB (Red+Green+Blue) = 141+130+112=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8270 is #727D8F. Grayscale: #838383. Windows color (decimal): -7503248 or 7373453. OLE color: 7373453.

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

Color convert

RGB141130112-
CMYK00.080.210.45
HSL37.24º11.46%49.61%-
HSV(B)37.24º20.57%55.29%-
XYZ21.8922.818.58-
YUV131.24117.14134.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=36.81%
G=33.94%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113011200.080.210.4537.2411.4649.61
Hex8D827008152D25b32
Octal2152021600102555451362
Binary1000110110000010111000001000101011011011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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