#8F423E

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

Shades of Mojo #8F423E

Tints of Mojo #8F423E

Color information

#8F423E (or 0x8F423E) is unknown color: approx Mojo. HEX triplet: 8F, 42 and 3E. RGB value is (143,66,62). Sum of RGB (Red+Green+Blue) = 143+66+62=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F423E is #70BDC1. Grayscale: #585858. Windows color (decimal): -7388610 or 4080271. OLE color: 4080271.

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

Color convert

RGB1436662-
CMYK00.540.570.44
HSL2.96º39.51%40.2%-
HSV(B)2.96º56.64%56.08%-
XYZ14.1510.085.76-
YUV88.57113.01166.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.77%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=52.77%
G=24.35%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143666200.540.570.442.9639.5140.2
Hex8F423E036392C32828
Octal21710276066715435050
Binary100011111000010111110011011011100110110011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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