#8E433C

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

Shades of Mojo #8E433C

Tints of Mojo #8E433C

Color information

#8E433C (or 0x8E433C) is unknown color: approx Mojo. HEX triplet: 8E, 43 and 3C. RGB value is (142,67,60). Sum of RGB (Red+Green+Blue) = 142+67+60=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E433C is #71BCC3. Grayscale: #585858. Windows color (decimal): -7453892 or 3949454. OLE color: 3949454.

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

Color convert

RGB1426760-
CMYK00.530.580.44
HSL5.12º40.59%39.61%-
HSV(B)5.12º57.75%55.69%-
XYZ13.9810.095.49-
YUV88.63111.85166.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.79%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 60 (23.83% from 255) = 22.30%
R=52.79%
G=24.91%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142676000.530.580.445.1240.5939.61
Hex8E433C0353A2C52928
Octal21610374065725455150
Binary1000111010000111111000110101111010101100101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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