#8B4542

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

Shades of Matrix #8B4542

Tints of Matrix #8B4542

Color information

#8B4542 (or 0x8B4542) is unknown color: approx Matrix. HEX triplet: 8B, 45 and 42. RGB value is (139,69,66). Sum of RGB (Red+Green+Blue) = 139+69+66=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4542 is #74BABD. Grayscale: #595959. Windows color (decimal): -7649982 or 4343179. OLE color: 4343179.

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

Color convert

RGB1396966-
CMYK00.500.530.45
HSL2.47º35.61%40.2%-
HSV(B)2.47º52.52%54.51%-
XYZ13.7610.146.39-
YUV89.59114.69163.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.73%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=50.73%
G=25.18%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139696600.500.530.452.4735.6140.2
Hex8B4542032352D22428
Octal213105102062655524450
Binary1000101110001011000010011001011010110110110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,69,66); }

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

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

 a { background-color: rgb(139,69,66); }

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

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

 span { border-color: rgb(139,69,66); }

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