#8E463D

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

Shades of Mojo #8E463D

Tints of Mojo #8E463D

Color information

#8E463D (or 0x8E463D) is unknown color: approx Mojo. HEX triplet: 8E, 46 and 3D. RGB value is (142,70,61). Sum of RGB (Red+Green+Blue) = 142+70+61=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E463D is #71B9C2. Grayscale: #5A5A5A. Windows color (decimal): -7453123 or 4015758. OLE color: 4015758.

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

Color convert

RGB1427061-
CMYK00.510.570.44
HSL6.67º39.9%39.8%-
HSV(B)6.67º57.04%55.69%-
XYZ14.1910.475.69-
YUV90.5111.35164.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=52.01%
G=25.64%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142706100.510.570.446.6739.939.8
Hex8E463D033392C72828
Octal21610675063715475050
Binary1000111010001101111010110011111001101100111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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