#8B4841

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

Shades of Matrix #8B4841

Tints of Matrix #8B4841

Color information

#8B4841 (or 0x8B4841) is unknown color: approx Matrix. HEX triplet: 8B, 48 and 41. RGB value is (139,72,65). Sum of RGB (Red+Green+Blue) = 139+72+65=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4841 is #74B7BE. Grayscale: #5B5B5B. Windows color (decimal): -7649215 or 4278411. OLE color: 4278411.

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

Color convert

RGB1397265-
CMYK00.480.530.45
HSL5.68º36.27%40%-
HSV(B)5.68º53.24%54.51%-
XYZ13.9210.516.3-
YUV91.23113.2162.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.36%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=50.36%
G=26.09%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139726500.480.530.455.6836.2740
Hex8B4841030352D62428
Octal213110101060655564450
Binary10001011100100010000010110000110101101101110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,72,65); }

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

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

 a { background-color: rgb(139,72,65); }

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

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

 span { border-color: rgb(139,72,65); }

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