#874C46

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

Shades of Matrix #874C46

Tints of Matrix #874C46

Color information

#874C46 (or 0x874C46) is unknown color: approx Matrix. HEX triplet: 87, 4C and 46. RGB value is (135,76,70). Sum of RGB (Red+Green+Blue) = 135+76+70=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #874C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C46 is #78B3B9. Grayscale: #5D5D5D. Windows color (decimal): -7910330 or 4607111. OLE color: 4607111.

HSL color Cylindrical-coordinate representation of color #874C46: hue angle of 5.54º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #874C46 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1357670-
CMYK00.440.480.47
HSL5.54º31.71%40.2%-
HSV(B)5.54º48.15%52.94%-
XYZ13.6810.767.15-
YUV92.96115.05157.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 70 (27.73% from 255) = 24.91%
R=48.04%
G=27.05%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135767000.440.480.475.5431.7140.2
Hex874C4602C302F62028
Octal207114106054605764050
Binary10000111100110010001100101100110000101111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,76,70); }

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

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

 a { background-color: rgb(135,76,70); }

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

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

 span { border-color: rgb(135,76,70); }

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