#874A45

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

Shades of Matrix #874A45

Tints of Matrix #874A45

Color information

#874A45 (or 0x874A45) is unknown color: approx Matrix. HEX triplet: 87, 4A and 45. RGB value is (135,74,69). Sum of RGB (Red+Green+Blue) = 135+74+69=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #874A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A45 is #78B5BA. Grayscale: #5B5B5B. Windows color (decimal): -7910843 or 4541063. OLE color: 4541063.

HSL color Cylindrical-coordinate representation of color #874A45: hue angle of 4.55º 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 #874A45 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1357469-
CMYK00.450.490.47
HSL4.55º32.35%40%-
HSV(B)4.55º48.89%52.94%-
XYZ13.5110.486.94-
YUV91.67115.21158.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 69 (27.34% from 255) = 24.82%
R=48.56%
G=26.62%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135746900.450.490.474.5532.3540
Hex874A4502D312F52028
Octal207112105055615754050
Binary10000111100101010001010101101110001101111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874A45; }

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

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

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

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

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

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

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

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