#854741

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

Shades of Matrix #854741

Tints of Matrix #854741

Color information

#854741 (or 0x854741) is unknown color: approx Matrix. HEX triplet: 85, 47 and 41. RGB value is (133,71,65). Sum of RGB (Red+Green+Blue) = 133+71+65=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854741 is #7AB8BE. Grayscale: #585858. Windows color (decimal): -8042687 or 4278149. OLE color: 4278149.

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

Color convert

RGB1337165-
CMYK00.470.510.48
HSL5.29º34.34%38.82%-
HSV(B)5.29º51.13%52.16%-
XYZ12.889.876.23-
YUV88.85114.54159.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 65 (25.78% from 255) = 24.16%
R=49.44%
G=26.39%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133716500.470.510.485.2934.3438.82
Hex85474102F333052227
Octal205107101057636054247
Binary10000101100011110000010101111110011110000101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854741; }

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

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

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

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

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

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

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

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