#8E4338

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

Shades of Mojo #8E4338

Tints of Mojo #8E4338

Color information

#8E4338 (or 0x8E4338) is unknown color: approx Mojo. HEX triplet: 8E, 43 and 38. RGB value is (142,67,56). Sum of RGB (Red+Green+Blue) = 142+67+56=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4338 is #71BCC7. Grayscale: #585858. Windows color (decimal): -7453896 or 3687310. OLE color: 3687310.

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

Color convert

RGB1426756-
CMYK00.530.610.44
HSL7.67º43.43%38.82%-
HSV(B)7.67º60.56%55.69%-
XYZ13.8810.054.95-
YUV88.17109.85166.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=53.58%
G=25.28%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142675600.530.610.447.6743.4338.82
Hex8E43380353D2C82b27
Octal216103700657554105347
Binary10001110100001111100001101011111011011001000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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