#8E4239

Color #8E4239 Mojo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mojo #8E4239

Tints of Mojo #8E4239

Color information

#8E4239 (or 0x8E4239) is unknown color: approx Mojo. HEX triplet: 8E, 42 and 39. RGB value is (142,66,57). Sum of RGB (Red+Green+Blue) = 142+66+57=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4239 is #71BDC6. Grayscale: #575757. Windows color (decimal): -7454151 or 3752590. OLE color: 3752590.

HSL color Cylindrical-coordinate representation of color #8E4239: hue angle of 6.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E4239 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB1426657-
CMYK00.540.600.44
HSL6.35º42.71%39.02%-
HSV(B)6.35º59.86%55.69%-
XYZ13.849.945.06-
YUV87.7110.68166.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 57 (22.66% from 255) = 21.51%
R=53.58%
G=24.91%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142665700.540.600.446.3542.7139.02
Hex8E42390363C2C62b27
Octal21610271066745465347
Binary1000111010000101110010110110111100101100110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,57); }

 H1.HeaderClassName
 {
   color: #8E4239;
 }
 .AnyTagClassName
 {
   color: #8E4239;
 }
</style>
background-color css

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

 a { background-color: rgb(142,66,57); }

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

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

 span { border-color: rgb(142,66,57); }

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