#8B423D

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

Shades of Mojo #8B423D

Tints of Mojo #8B423D

Color information

#8B423D (or 0x8B423D) is unknown color: approx Mojo. HEX triplet: 8B, 42 and 3D. RGB value is (139,66,61). Sum of RGB (Red+Green+Blue) = 139+66+61=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B423D is #74BDC2. Grayscale: #575757. Windows color (decimal): -7650755 or 4014731. OLE color: 4014731.

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

Color convert

RGB1396661-
CMYK00.530.560.45
HSL3.85º39%39.22%-
HSV(B)3.85º56.12%54.51%-
XYZ13.449.725.58-
YUV87.26113.18164.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=52.26%
G=24.81%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139666100.530.560.453.853939.22
Hex8B423D035382D42727
Octal21310275065705544747
Binary1000101110000101111010110101111000101101100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,61); }

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

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

 a { background-color: rgb(139,66,61); }

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

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

 span { border-color: rgb(139,66,61); }

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