#8B4C45

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

Shades of Matrix #8B4C45

Tints of Matrix #8B4C45

Color information

#8B4C45 (or 0x8B4C45) is unknown color: approx Matrix. HEX triplet: 8B, 4C and 45. RGB value is (139,76,69). Sum of RGB (Red+Green+Blue) = 139+76+69=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4C45 is #74B3BA. Grayscale: #5E5E5E. Windows color (decimal): -7648187 or 4541579. OLE color: 4541579.

HSL color Cylindrical-coordinate representation of color #8B4C45: hue angle of 6º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4C45 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1397669-
CMYK00.450.500.45
HSL33.65%40.78%-
HSV(B)50.36%54.51%-
XYZ14.3111.097.02-
YUV94.04113.87160.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=48.94%
G=26.76%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139766900.450.500.45633.6540.78
Hex8B4C4502D322D62229
Octal213114105055625564251
Binary10001011100110010001010101101110010101101110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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