Html Css Color HEX #8E895C Bandicoot

📋 copy color: '#8E895C'

red 142 ◦ green 137 ◦ blue 92

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

Shades of Bandicoot #8E895C

Tints of Bandicoot #8E895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.93%

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 38.27%
G = 36.93%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E895C (or 0x8E895C) is known color: Bandicoot. HEX triplet: 8E, 89 and 5C. RGB value is (142,137,92). Sum of RGB (Red+Green+Blue) = 142+137+92=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E895C is #7176A3. Grayscale: #858585. Windows color (decimal): -7435940 or 6064526. OLE color: 6064526.

HSL color Cylindrical-coordinate representation of color #8E895C: hue angle of 54º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E895C is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 137 92 -
CMYK 0 0.04 0.35 0.44
HSL 54º 0.21% 0.46% -
HSV(B) 54º 0.35% 0.56% -
XYZ 22.03 24.41 13.68 -
YUV 133.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 142 137 92 0 0.04 0.35 0.44 54 0.21 0.46
Hex 8E 89 5C 0 4 23 2C 36 15 2E
Octal 216 211 134 0 4 43 54 66 25 56
Binary 10001110 10001001 1011100 0 100 100011 101100 110110 10101 101110

Color Harmonies of #8E895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E895C

Black with #8E895C

Text Example


Text Example

White with #8E895C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,137,92); }

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

background-color css

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

 a { background-color: rgb(142,137,92); }

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

border-color css

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

 span { border-color: rgb(142,137,92); }

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