#8e443d

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

Shades of Mojo #8E443D

Tints of Mojo #8E443D

Color information

#8E443D (or 0x8E443D) is unknown color: approx Mojo. HEX triplet: 8E, 44 and 3D. RGB value is (142,68,61). Sum of RGB (Red+Green+Blue) = 142+68+61=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E443D is #71BBC2. Grayscale: #595959. Windows color (decimal): -7453635 or 4015246. OLE color: 4015246.

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

Color convert

RGB1426861-
CMYK00.520.570.44
HSL5.19º39.9%39.8%-
HSV(B)5.19º57.04%55.69%-
XYZ14.0610.225.65-
YUV89.33112.02165.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.40%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=52.40%
G=25.09%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142686100.520.570.445.1939.939.8
Hex8E443D034392C52828
Octal21610475064715455050
Binary1000111010001001111010110100111001101100101101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e443d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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