Html Css Color HEX #8E826D Schooner

📋 copy color: '#8E826D'

red 142 ◦ green 130 ◦ blue 109

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

Shades of Schooner #8E826D

Tints of Schooner #8E826D

RGB

 RED value IS 142 (55.86% from 255) = 37.27%

 GREEN value IS 130 (51.17% from 255) = 34.12%

 BLUE value IS 109 (42.97% from 255) = 28.61%

R = 37.27%
G = 34.12%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E826D (or 0x8E826D) is known color: Schooner. HEX triplet: 8E, 82 and 6D. RGB value is (142,130,109). Sum of RGB (Red+Green+Blue) = 142+130+109=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 142 - color contains mainly: red. Hex color #8E826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E826D is #717D92. Grayscale: #838383. Windows color (decimal): -7437715 or 7176846. OLE color: 7176846.

HSL color Cylindrical-coordinate representation of color #8E826D: hue angle of 38.18º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E826D is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 130 109 -
CMYK 0 0.08 0.23 0.44
HSL 38.18º 0.13% 0.49% -
HSV(B) 38.18º 0.23% 0.56% -
XYZ 21.9 22.82 17.72 -
YUV 131.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 142 130 109 0 0.08 0.23 0.44 38.18 0.13 0.49
Hex 8E 82 6D 0 8 17 2C 26 D 31
Octal 216 202 155 0 10 27 54 46 15 61
Binary 10001110 10000010 1101101 0 1000 10111 101100 100110 1101 110001

Color Harmonies of #8E826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E826D

Black with #8E826D

Text Example


Text Example

White with #8E826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,130,109); }

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

background-color css

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

 a { background-color: rgb(142,130,109); }

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

border-color css

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

 span { border-color: rgb(142,130,109); }

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