#8D836F

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

Shades of Schooner #8D836F

Tints of Schooner #8D836F

Color information

#8D836F (or 0x8D836F) is unknown color: approx Schooner. HEX triplet: 8D, 83 and 6F. RGB value is (141,131,111). Sum of RGB (Red+Green+Blue) = 141+131+111=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D836F is #727C90. Grayscale: #838383. Windows color (decimal): -7502993 or 7308173. OLE color: 7308173.

HSL color Cylindrical-coordinate representation of color #8D836F: hue angle of 40º 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 #8D836F is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB141131111-
CMYK00.070.210.45
HSL40º11.9%49.41%-
HSV(B)40º21.28%55.29%-
XYZ21.9723.0418.33-
YUV131.71116.31134.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=36.81%
G=34.20%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113111100.070.210.454011.949.41
Hex8D836F07152D28c31
Octal215203157072555501461
Binary100011011000001111011110111101011011011010001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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