#8C423E

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

Shades of Mojo #8C423E

Tints of Mojo #8C423E

Color information

#8C423E (or 0x8C423E) is unknown color: approx Mojo. HEX triplet: 8C, 42 and 3E. RGB value is (140,66,62). Sum of RGB (Red+Green+Blue) = 140+66+62=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C423E is #73BDC1. Grayscale: #575757. Windows color (decimal): -7585218 or 4080268. OLE color: 4080268.

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

Color convert

RGB1406662-
CMYK00.530.560.45
HSL3.08º38.61%39.61%-
HSV(B)3.08º55.71%54.9%-
XYZ13.639.825.73-
YUV87.67113.52165.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.24%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 62 (24.61% from 255) = 23.13%
R=52.24%
G=24.63%
B=23.13%

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
Decimal140666200.530.560.453.0838.6139.61
Hex8C423E035382D32728
Octal21410276065705534750
Binary100011001000010111110011010111100010110111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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