#8B463E

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

Shades of Matrix #8B463E

Tints of Matrix #8B463E

Color information

#8B463E (or 0x8B463E) is unknown color: approx Matrix. HEX triplet: 8B, 46 and 3E. RGB value is (139,70,62). Sum of RGB (Red+Green+Blue) = 139+70+62=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B463E is #74B9C1. Grayscale: #595959. Windows color (decimal): -7649730 or 4081291. OLE color: 4081291.

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

Color convert

RGB1397062-
CMYK00.500.550.45
HSL6.23º38.31%39.41%-
HSV(B)6.23º55.4%54.51%-
XYZ13.7110.225.81-
YUV89.72112.36163.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=51.29%
G=25.83%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139706200.500.550.456.2338.3139.41
Hex8B463E032372D62627
Octal21310676062675564647
Binary1000101110001101111100110010110111101101110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,70,62); }

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

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

 a { background-color: rgb(139,70,62); }

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

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

 span { border-color: rgb(139,70,62); }

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