#854740

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

Shades of Matrix #854740

Tints of Matrix #854740

Color information

#854740 (or 0x854740) is unknown color: approx Matrix. HEX triplet: 85, 47 and 40. RGB value is (133,71,64). Sum of RGB (Red+Green+Blue) = 133+71+64=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #854740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854740 is #7AB8BF. Grayscale: #585858. Windows color (decimal): -8042688 or 4212613. OLE color: 4212613.

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

Color convert

RGB1337164-
CMYK00.470.520.48
HSL6.09º35.03%38.63%-
HSV(B)6.09º51.88%52.16%-
XYZ12.859.866.08-
YUV88.74114.04159.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=49.63%
G=26.49%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133716400.470.520.486.0935.0338.63
Hex85474002F343062327
Octal205107100057646064347
Binary10000101100011110000000101111110100110000110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854740; }

 p { color: rgb(133,71,64); }

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

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

 a { background-color: rgb(133,71,64); }

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

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

 span { border-color: rgb(133,71,64); }

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