#8B443F

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

Shades of Matrix #8B443F

Tints of Matrix #8B443F

Color information

#8B443F (or 0x8B443F) is unknown color: approx Matrix. HEX triplet: 8B, 44 and 3F. RGB value is (139,68,63). Sum of RGB (Red+Green+Blue) = 139+68+63=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B443F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B443F is #74BBC0. Grayscale: #585858. Windows color (decimal): -7650241 or 4146315. OLE color: 4146315.

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

Color convert

RGB1396863-
CMYK00.510.550.45
HSL3.95º37.62%39.61%-
HSV(B)3.95º54.68%54.51%-
XYZ13.619.985.91-
YUV88.66113.52163.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 63 (25% from 255) = 23.33%
R=51.48%
G=25.19%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139686300.510.550.453.9537.6239.61
Hex8B443F033372D42628
Octal21310477063675544650
Binary1000101110001001111110110011110111101101100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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