#8B4C41

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

Shades of Matrix #8B4C41

Tints of Matrix #8B4C41

Color information

#8B4C41 (or 0x8B4C41) is unknown color: approx Matrix. HEX triplet: 8B, 4C and 41. RGB value is (139,76,65). Sum of RGB (Red+Green+Blue) = 139+76+65=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4C41 is #74B3BE. Grayscale: #5D5D5D. Windows color (decimal): -7648191 or 4279435. OLE color: 4279435.

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

Color convert

RGB1397665-
CMYK00.450.530.45
HSL8.92º36.27%40%-
HSV(B)8.92º53.24%54.51%-
XYZ14.1911.046.38-
YUV93.58111.87160.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=49.64%
G=27.14%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139766500.450.530.458.9236.2740
Hex8B4C4102D352D92428
Octal2131141010556555114450
Binary100010111001100100000101011011101011011011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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