#8E4440

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

Shades of Mojo #8E4440

Tints of Mojo #8E4440

Color information

#8E4440 (or 0x8E4440) is unknown color: approx Mojo. HEX triplet: 8E, 44 and 40. RGB value is (142,68,64). Sum of RGB (Red+Green+Blue) = 142+68+64=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4440 is #71BBBF. Grayscale: #595959. Windows color (decimal): -7453632 or 4211854. OLE color: 4211854.

HSL color Cylindrical-coordinate representation of color #8E4440: hue angle of 3.08º 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 #8E4440 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1426864-
CMYK00.520.550.44
HSL3.08º37.86%40.39%-
HSV(B)3.08º54.93%55.69%-
XYZ14.1510.266.08-
YUV89.67113.52165.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.82%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=51.82%
G=24.82%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142686400.520.550.443.0837.8640.39
Hex8E4440034372C32628
Octal216104100064675434650
Binary1000111010001001000000011010011011110110011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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