#8E4738

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

Shades of Mojo #8E4738

Tints of Mojo #8E4738

Color information

#8E4738 (or 0x8E4738) is unknown color: approx Mojo. HEX triplet: 8E, 47 and 38. RGB value is (142,71,56). Sum of RGB (Red+Green+Blue) = 142+71+56=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4738 is #71B8C7. Grayscale: #5A5A5A. Windows color (decimal): -7452872 or 3688334. OLE color: 3688334.

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

Color convert

RGB1427156-
CMYK00.50.610.44
HSL10.47º43.43%38.82%-
HSV(B)10.47º60.56%55.69%-
XYZ14.1210.545.03-
YUV90.52108.52164.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.79%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=52.79%
G=26.39%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142715600.50.610.4410.4743.4338.82
Hex8E47380323D2Ca2b27
Octal216107700627554125347
Binary10001110100011111100001100101111011011001010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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