#8F4138

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

Shades of Mojo #8F4138

Tints of Mojo #8F4138

Color information

#8F4138 (or 0x8F4138) is unknown color: approx Mojo. HEX triplet: 8F, 41 and 38. RGB value is (143,65,56). Sum of RGB (Red+Green+Blue) = 143+65+56=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4138 is #70BEC7. Grayscale: #575757. Windows color (decimal): -7388872 or 3686799. OLE color: 3686799.

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

Color convert

RGB1436556-
CMYK00.550.610.44
HSL6.21º43.72%39.02%-
HSV(B)6.21º60.84%56.08%-
XYZ13.939.914.92-
YUV87.3110.34167.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.17%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=54.17%
G=24.62%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143655600.550.610.446.2143.7239.02
Hex8F41380373D2C62c27
Octal21710170067755465447
Binary1000111110000011110000110111111101101100110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,65,56); }

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

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

 a { background-color: rgb(143,65,56); }

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

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

 span { border-color: rgb(143,65,56); }

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