#8E4340

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

Shades of Mojo #8E4340

Tints of Mojo #8E4340

Color information

#8E4340 (or 0x8E4340) is unknown color: approx Mojo. HEX triplet: 8E, 43 and 40. RGB value is (142,67,64). Sum of RGB (Red+Green+Blue) = 142+67+64=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4340 is #71BCBF. Grayscale: #595959. Windows color (decimal): -7453888 or 4211598. OLE color: 4211598.

HSL color Cylindrical-coordinate representation of color #8E4340: hue angle of 2.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E4340 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1426764-
CMYK00.530.550.44
HSL2.31º37.86%40.39%-
HSV(B)2.31º54.93%55.69%-
XYZ14.0910.146.06-
YUV89.08113.85165.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=52.01%
G=24.54%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142676400.530.550.442.3137.8640.39
Hex8E4340035372C22628
Octal216103100065675424650
Binary1000111010000111000000011010111011110110010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,67,64); }

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

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

 a { background-color: rgb(142,67,64); }

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

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

 span { border-color: rgb(142,67,64); }

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