#874A43

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

Shades of Matrix #874A43

Tints of Matrix #874A43

Color information

#874A43 (or 0x874A43) is unknown color: approx Matrix. HEX triplet: 87, 4A and 43. RGB value is (135,74,67). Sum of RGB (Red+Green+Blue) = 135+74+67=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #874A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A43 is #78B5BC. Grayscale: #5B5B5B. Windows color (decimal): -7910845 or 4409991. OLE color: 4409991.

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

Color convert

RGB1357467-
CMYK00.450.500.47
HSL6.18º33.66%39.61%-
HSV(B)6.18º50.37%52.94%-
XYZ13.4510.456.62-
YUV91.44114.21159.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 67 (26.56% from 255) = 24.28%
R=48.91%
G=26.81%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135746700.450.500.476.1833.6639.61
Hex874A4302D322F62228
Octal207112103055625764250
Binary10000111100101010000110101101110010101111110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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