Html Css Color HEX #8E8375 Schooner

📋 copy color: '#8E8375'

red 142 ◦ green 131 ◦ blue 117

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

Shades of Schooner #8E8375

Tints of Schooner #8E8375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30%

R = 36.41%
G = 33.59%
B = 30%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E8375 (or 0x8E8375) is known color: Schooner. HEX triplet: 8E, 83 and 75. RGB value is (142,131,117). Sum of RGB (Red+Green+Blue) = 142+131+117=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8375 is #717C8A. Grayscale: #848484. Windows color (decimal): -7437451 or 7701390. OLE color: 7701390.

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

Color convert

RGB 142 131 117 -
CMYK 0 0.08 0.18 0.44
HSL 33.6º 0.1% 0.51% -
HSV(B) 33.6º 0.18% 0.56% -
XYZ 22.48 23.27 20.14 -
YUV 132.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 142 131 117 0 0.08 0.18 0.44 33.6 0.1 0.51
Hex 8E 83 75 0 8 12 2C 22 A 33
Octal 216 203 165 0 10 22 54 42 12 63
Binary 10001110 10000011 1110101 0 1000 10010 101100 100010 1010 110011

Color Harmonies of #8E8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8375

Black with #8E8375

Text Example


Text Example

White with #8E8375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,131,117); }

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

background-color css

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

 a { background-color: rgb(142,131,117); }

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

border-color css

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

 span { border-color: rgb(142,131,117); }

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