#8E4341

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

Shades of Mojo #8E4341

Tints of Mojo #8E4341

Color information

#8E4341 (or 0x8E4341) is unknown color: approx Mojo. HEX triplet: 8E, 43 and 41. RGB value is (142,67,65). Sum of RGB (Red+Green+Blue) = 142+67+65=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4341 is #71BCBE. Grayscale: #595959. Windows color (decimal): -7453887 or 4277134. OLE color: 4277134.

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

Color convert

RGB1426765-
CMYK00.530.540.44
HSL1.56º37.2%40.59%-
HSV(B)1.56º54.23%55.69%-
XYZ14.1210.156.22-
YUV89.2114.35165.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.82%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=51.82%
G=24.45%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142676500.530.540.441.5637.240.59
Hex8E4341035362C22529
Octal216103101065665424551
Binary1000111010000111000001011010111011010110010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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