#8B443E

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

Shades of Matrix #8B443E

Tints of Matrix #8B443E

Color information

#8B443E (or 0x8B443E) is unknown color: approx Matrix. HEX triplet: 8B, 44 and 3E. RGB value is (139,68,62). Sum of RGB (Red+Green+Blue) = 139+68+62=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B443E is #74BBC1. Grayscale: #585858. Windows color (decimal): -7650242 or 4080779. OLE color: 4080779.

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

Color convert

RGB1396862-
CMYK00.510.550.45
HSL4.68º38.31%39.41%-
HSV(B)4.68º55.4%54.51%-
XYZ13.589.975.77-
YUV88.54113.02163.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 62 (24.61% from 255) = 23.05%
R=51.67%
G=25.28%
B=23.05%

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
Decimal139686200.510.550.454.6838.3139.41
Hex8B443E033372D52627
Octal21310476063675554647
Binary1000101110001001111100110011110111101101101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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