Html Css Color HEX #8D8376 Schooner

📋 copy color: '#8D8376'

red 141 ◦ green 131 ◦ blue 118

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

Shades of Schooner #8D8376

Tints of Schooner #8D8376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 36.15%
G = 33.59%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D8376 (or 0x8D8376) is known color: Schooner. HEX triplet: 8D, 83 and 76. RGB value is (141,131,118). Sum of RGB (Red+Green+Blue) = 141+131+118=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8376 is #727C89. Grayscale: #848484. Windows color (decimal): -7502986 or 7766925. OLE color: 7766925.

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

Color convert

RGB 141 131 118 -
CMYK 0 0.07 0.16 0.45
HSL 33.91º 0.09% 0.51% -
HSV(B) 33.91º 0.16% 0.55% -
XYZ 22.37 23.2 20.44 -
YUV 132.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 141 131 118 0 0.07 0.16 0.45 33.91 0.09 0.51
Hex 8D 83 76 0 7 10 2D 22 9 33
Octal 215 203 166 0 7 20 55 42 11 63
Binary 10001101 10000011 1110110 0 111 10000 101101 100010 1001 110011

Color Harmonies of #8D8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8376

Black with #8D8376

Text Example


Text Example

White with #8D8376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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