Html Css Color HEX #8D8379 Schooner

📋 copy color: '#8D8379'

red 141 ◦ green 131 ◦ blue 121

#8D8379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Schooner #8D8379

Tints of Schooner #8D8379

RGB

 RED value IS 141 (55.47% from 255) = 35.88%

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 35.88%
G = 33.33%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8D8379 (or 0x8D8379) is known color: Schooner. HEX triplet: 8D, 83 and 79. RGB value is (141,131,121). Sum of RGB (Red+Green+Blue) = 141+131+121=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8379 is #727C86. Grayscale: #848484. Windows color (decimal): -7502983 or 7963533. OLE color: 7963533.

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

Color convert

RGB 141 131 121 -
CMYK 0 0.07 0.14 0.45
HSL 30º 0.08% 0.51% -
HSV(B) 30º 0.14% 0.55% -
XYZ 22.55 23.28 21.39 -
YUV 132.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 141 131 121 0 0.07 0.14 0.45 30 0.08 0.51
Hex 8D 83 79 0 7 E 2D 1E 8 33
Octal 215 203 171 0 7 16 55 36 10 63
Binary 10001101 10000011 1111001 0 111 1110 101101 11110 1000 110011

Color Harmonies of #8D8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8379

Black with #8D8379

Text Example


Text Example

White with #8D8379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D8379;
 }
 .AnyTagClassName
 {
   color: #8D8379;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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