#8D463A

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

Shades of Mojo #8D463A

Tints of Mojo #8D463A

Color information

#8D463A (or 0x8D463A) is unknown color: approx Mojo. HEX triplet: 8D, 46 and 3A. RGB value is (141,70,58). Sum of RGB (Red+Green+Blue) = 141+70+58=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D463A is #72B9C5. Grayscale: #595959. Windows color (decimal): -7518662 or 3819149. OLE color: 3819149.

HSL color Cylindrical-coordinate representation of color #8D463A: hue angle of 8.67º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D463A is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB1417058-
CMYK00.500.590.45
HSL8.67º41.71%39.02%-
HSV(B)8.67º58.87%55.29%-
XYZ13.9410.355.27-
YUV89.86110.02164.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.42%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=52.42%
G=26.02%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141705800.500.590.458.6741.7139.02
Hex8D463A0323B2D92a27
Octal215106720627355115247
Binary10001101100011011101001100101110111011011001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,70,58); }

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

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

 a { background-color: rgb(141,70,58); }

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

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

 span { border-color: rgb(141,70,58); }

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