#874341

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

Shades of Matrix #874341

Tints of Matrix #874341

Color information

#874341 (or 0x874341) is unknown color: approx Matrix. HEX triplet: 87, 43 and 41. RGB value is (135,67,65). Sum of RGB (Red+Green+Blue) = 135+67+65=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #874341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874341 is #78BCBE. Grayscale: #575757. Windows color (decimal): -7912639 or 4277127. OLE color: 4277127.

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

Color convert

RGB1356765-
CMYK00.500.520.47
HSL1.71º35%39.22%-
HSV(B)1.71º51.85%52.94%-
XYZ12.959.556.16-
YUV87.1115.53162.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=50.56%
G=25.09%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135676500.500.520.471.713539.22
Hex874341032342F22327
Octal207103101062645724347
Binary1000011110000111000001011001011010010111110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874341; }

 p { color: rgb(135,67,65); }

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

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

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

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

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

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

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