#8B4443

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

Shades of Matrix #8B4443

Tints of Matrix #8B4443

Color information

#8B4443 (or 0x8B4443) is unknown color: approx Matrix. HEX triplet: 8B, 44 and 43. RGB value is (139,68,67). Sum of RGB (Red+Green+Blue) = 139+68+67=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4443 is #74BBBC. Grayscale: #595959. Windows color (decimal): -7650237 or 4408459. OLE color: 4408459.

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

Color convert

RGB1396867-
CMYK00.510.520.45
HSL0.83º34.95%40.39%-
HSV(B)0.83º51.8%54.51%-
XYZ13.7310.036.52-
YUV89.12115.52163.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.73%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 67 (26.56% from 255) = 24.45%
R=50.73%
G=24.82%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139686700.510.520.450.8334.9540.39
Hex8B4443033342D12328
Octal213104103063645514350
Binary100010111000100100001101100111101001011011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,67); }

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

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

 a { background-color: rgb(139,68,67); }

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

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

 span { border-color: rgb(139,68,67); }

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