#874842

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

Shades of Matrix #874842

Tints of Matrix #874842

Color information

#874842 (or 0x874842) is unknown color: approx Matrix. HEX triplet: 87, 48 and 42. RGB value is (135,72,66). Sum of RGB (Red+Green+Blue) = 135+72+66=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874842 is #78B7BD. Grayscale: #5A5A5A. Windows color (decimal): -7911358 or 4343943. OLE color: 4343943.

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

Color convert

RGB1357266-
CMYK00.470.510.47
HSL5.22º34.33%39.41%-
HSV(B)5.22º51.11%52.94%-
XYZ13.2910.186.42-
YUV90.15114.37159.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=49.45%
G=26.37%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135726600.470.510.475.2234.3339.41
Hex87484202F332F52227
Octal207110102057635754247
Binary10000111100100010000100101111110011101111101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874842; }

 p { color: rgb(135,72,66); }

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

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

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

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

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

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

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