#8B4847

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

Shades of Matrix #8B4847

Tints of Matrix #8B4847

Color information

#8B4847 (or 0x8B4847) is unknown color: approx Matrix. HEX triplet: 8B, 48 and 47. RGB value is (139,72,71). Sum of RGB (Red+Green+Blue) = 139+72+71=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4847 is #74B7B8. Grayscale: #5B5B5B. Windows color (decimal): -7649209 or 4671627. OLE color: 4671627.

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

Color convert

RGB1397271-
CMYK00.480.490.45
HSL0.88º32.38%41.18%-
HSV(B)0.88º48.92%54.51%-
XYZ14.110.587.26-
YUV91.92116.2161.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=49.29%
G=25.53%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139727100.480.490.450.8832.3841.18
Hex8B4847030312D12029
Octal213110107060615514051
Binary100010111001000100011101100001100011011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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