#8B4C44

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

Shades of Matrix #8B4C44

Tints of Matrix #8B4C44

Color information

#8B4C44 (or 0x8B4C44) is unknown color: approx Matrix. HEX triplet: 8B, 4C and 44. RGB value is (139,76,68). Sum of RGB (Red+Green+Blue) = 139+76+68=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4C44 is #74B3BB. Grayscale: #5E5E5E. Windows color (decimal): -7648188 or 4476043. OLE color: 4476043.

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

Color convert

RGB1397668-
CMYK00.450.510.45
HSL6.76º34.3%40.59%-
HSV(B)6.76º51.08%54.51%-
XYZ14.2811.086.85-
YUV93.92113.37160.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 68 (26.95% from 255) = 24.03%
R=49.12%
G=26.86%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139766800.450.510.456.7634.340.59
Hex8B4C4402D332D72229
Octal213114104055635574251
Binary10001011100110010001000101101110011101101111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,68); }

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

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

 a { background-color: rgb(139,76,68); }

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

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

 span { border-color: rgb(139,76,68); }

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