#8D473A

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

Shades of Mojo #8D473A

Tints of Mojo #8D473A

Color information

#8D473A (or 0x8D473A) is unknown color: approx Mojo. HEX triplet: 8D, 47 and 3A. RGB value is (141,71,58). Sum of RGB (Red+Green+Blue) = 141+71+58=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D473A is #72B8C5. Grayscale: #5A5A5A. Windows color (decimal): -7518406 or 3819405. OLE color: 3819405.

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

Color convert

RGB1417158-
CMYK00.500.590.45
HSL9.4º41.71%39.02%-
HSV(B)9.4º58.87%55.29%-
XYZ1410.475.29-
YUV90.45109.69164.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.22%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=52.22%
G=26.30%
B=21.48%

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
Decimal141715800.500.590.459.441.7139.02
Hex8D473A0323B2D92a27
Octal215107720627355115247
Binary10001101100011111101001100101110111011011001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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