#874545

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

Shades of Matrix #874545

Tints of Matrix #874545

Color information

#874545 (or 0x874545) is unknown color: approx Matrix. HEX triplet: 87, 45 and 45. RGB value is (135,69,69). Sum of RGB (Red+Green+Blue) = 135+69+69=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874545 is #78BABA. Grayscale: #585858. Windows color (decimal): -7912123 or 4539783. OLE color: 4539783.

HSL color Cylindrical-coordinate representation of color #874545: hue angle of 0º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874545 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1356969-
CMYK00.490.490.47
HSL32.35%40%-
HSV(B)48.89%52.94%-
XYZ13.199.846.83-
YUV88.73116.87161-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=49.45%
G=25.27%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135696900.490.490.47032.3540
Hex874545031312F02028
Octal207105105061615704050
Binary100001111000101100010101100011100011011110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874545; }

 p { color: rgb(135,69,69); }

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

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

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

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

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

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

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