#874945

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

Shades of Matrix #874945

Tints of Matrix #874945

Color information

#874945 (or 0x874945) is unknown color: approx Matrix. HEX triplet: 87, 49 and 45. RGB value is (135,73,69). Sum of RGB (Red+Green+Blue) = 135+73+69=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #874945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874945 is #78B6BA. Grayscale: #5B5B5B. Windows color (decimal): -7911099 or 4540807. OLE color: 4540807.

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

Color convert

RGB1357369-
CMYK00.460.490.47
HSL3.64º32.35%40%-
HSV(B)3.64º48.89%52.94%-
XYZ13.4510.356.92-
YUV91.08115.54159.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=48.74%
G=26.35%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135736900.460.490.473.6432.3540
Hex87494502E312F42028
Octal207111105056615744050
Binary10000111100100110001010101110110001101111100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874945; }

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

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

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

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

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

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

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

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