#8B4741

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

Shades of Matrix #8B4741

Tints of Matrix #8B4741

Color information

#8B4741 (or 0x8B4741) is unknown color: approx Matrix. HEX triplet: 8B, 47 and 41. RGB value is (139,71,65). Sum of RGB (Red+Green+Blue) = 139+71+65=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4741 is #74B8BE. Grayscale: #5A5A5A. Windows color (decimal): -7649471 or 4278155. OLE color: 4278155.

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

Color convert

RGB1397165-
CMYK00.490.530.45
HSL4.86º36.27%40%-
HSV(B)4.86º53.24%54.51%-
XYZ13.8510.386.27-
YUV90.65113.53162.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=50.55%
G=25.82%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139716500.490.530.454.8636.2740
Hex8B4741031352D52428
Octal213107101061655554450
Binary10001011100011110000010110001110101101101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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