#8D826F

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

Shades of Schooner #8D826F

Tints of Schooner #8D826F

Color information

#8D826F (or 0x8D826F) is unknown color: approx Schooner. HEX triplet: 8D, 82 and 6F. RGB value is (141,130,111). Sum of RGB (Red+Green+Blue) = 141+130+111=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 141 - color contains mainly: red. Hex color #8D826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D826F is #727D90. Grayscale: #838383. Windows color (decimal): -7503249 or 7307917. OLE color: 7307917.

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

Color convert

RGB141130111-
CMYK00.080.210.45
HSL38º11.9%49.41%-
HSV(B)38º21.28%55.29%-
XYZ21.8422.7818.28-
YUV131.12116.64135.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.91%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=36.91%
G=34.03%
B=29.06%

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
Decimal14113011100.080.210.453811.949.41
Hex8D826F08152D26c31
Octal2152021570102555461461
Binary1000110110000010110111101000101011011011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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