#8F463F

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

Shades of Mojo #8F463F

Tints of Mojo #8F463F

Color information

#8F463F (or 0x8F463F) is unknown color: approx Mojo. HEX triplet: 8F, 46 and 3F. RGB value is (143,70,63). Sum of RGB (Red+Green+Blue) = 143+70+63=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F463F is #70B9C0. Grayscale: #5B5B5B. Windows color (decimal): -7387585 or 4146831. OLE color: 4146831.

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

Color convert

RGB1437063-
CMYK00.510.560.44
HSL5.25º38.83%40.39%-
HSV(B)5.25º55.94%56.08%-
XYZ14.4210.585.98-
YUV91.03112.18165.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.81%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 63 (25% from 255) = 22.83%
R=51.81%
G=25.36%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143706300.510.560.445.2538.8340.39
Hex8F463F033382C52728
Octal21710677063705454750
Binary1000111110001101111110110011111000101100101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,70,63); }

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

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

 a { background-color: rgb(143,70,63); }

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

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

 span { border-color: rgb(143,70,63); }

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