#8B473D

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

Shades of Matrix #8B473D

Tints of Matrix #8B473D

Color information

#8B473D (or 0x8B473D) is unknown color: approx Matrix. HEX triplet: 8B, 47 and 3D. RGB value is (139,71,61). Sum of RGB (Red+Green+Blue) = 139+71+61=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B473D is #74B8C2. Grayscale: #5A5A5A. Windows color (decimal): -7649475 or 4016011. OLE color: 4016011.

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

Color convert

RGB1397161-
CMYK00.490.560.45
HSL7.69º39%39.22%-
HSV(B)7.69º56.12%54.51%-
XYZ13.7410.335.68-
YUV90.19111.53162.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=51.29%
G=26.20%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139716100.490.560.457.693939.22
Hex8B473D031382D82727
Octal213107750617055104747
Binary10001011100011111110101100011110001011011000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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