#8D413E

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

Shades of Mojo #8D413E

Tints of Mojo #8D413E

Color information

#8D413E (or 0x8D413E) is unknown color: approx Mojo. HEX triplet: 8D, 41 and 3E. RGB value is (141,65,62). Sum of RGB (Red+Green+Blue) = 141+65+62=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D413E is #72BEC1. Grayscale: #575757. Windows color (decimal): -7519938 or 4080013. OLE color: 4080013.

HSL color Cylindrical-coordinate representation of color #8D413E: hue angle of 2.28º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D413E is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1416562-
CMYK00.540.560.45
HSL2.28º38.92%39.8%-
HSV(B)2.28º56.03%55.29%-
XYZ13.749.795.72-
YUV87.38113.68166.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 62 (24.61% from 255) = 23.13%
R=52.61%
G=24.25%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141656200.540.560.452.2838.9239.8
Hex8D413E036382D22728
Octal21510176066705524750
Binary100011011000001111110011011011100010110110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,65,62); }

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

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

 a { background-color: rgb(141,65,62); }

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

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

 span { border-color: rgb(141,65,62); }

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