#8B4A3F

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

Shades of Matrix #8B4A3F

Tints of Matrix #8B4A3F

Color information

#8B4A3F (or 0x8B4A3F) is unknown color: approx Matrix. HEX triplet: 8B, 4A and 3F. RGB value is (139,74,63). Sum of RGB (Red+Green+Blue) = 139+74+63=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4A3F is #74B5C0. Grayscale: #5C5C5C. Windows color (decimal): -7648705 or 4147851. OLE color: 4147851.

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

Color convert

RGB1397463-
CMYK00.470.550.45
HSL8.68º37.62%39.61%-
HSV(B)8.68º54.68%54.51%-
XYZ13.9910.756.04-
YUV92.18111.53161.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.36%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 63 (25% from 255) = 22.83%
R=50.36%
G=26.81%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139746300.470.550.458.6837.6239.61
Hex8B4A3F02F372D92628
Octal213112770576755114650
Binary10001011100101011111101011111101111011011001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,63); }

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

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

 a { background-color: rgb(139,74,63); }

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

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

 span { border-color: rgb(139,74,63); }

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