#8D423E

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

Shades of Mojo #8D423E

Tints of Mojo #8D423E

Color information

#8D423E (or 0x8D423E) is unknown color: approx Mojo. HEX triplet: 8D, 42 and 3E. RGB value is (141,66,62). Sum of RGB (Red+Green+Blue) = 141+66+62=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D423E is #72BDC1. Grayscale: #585858. Windows color (decimal): -7519682 or 4080269. OLE color: 4080269.

HSL color Cylindrical-coordinate representation of color #8D423E: hue angle of 3.04º 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 #8D423E is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1416662-
CMYK00.530.560.45
HSL3.04º38.92%39.8%-
HSV(B)3.04º56.03%55.29%-
XYZ13.89.915.74-
YUV87.97113.35165.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.42%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 62 (24.61% from 255) = 23.05%
R=52.42%
G=24.54%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141666200.530.560.453.0438.9239.8
Hex8D423E035382D32728
Octal21510276065705534750
Binary100011011000010111110011010111100010110111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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