#854742

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

Shades of Matrix #854742

Tints of Matrix #854742

Color information

#854742 (or 0x854742) is unknown color: approx Matrix. HEX triplet: 85, 47 and 42. RGB value is (133,71,66). Sum of RGB (Red+Green+Blue) = 133+71+66=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #854742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854742 is #7AB8BD. Grayscale: #595959. Windows color (decimal): -8042686 or 4343685. OLE color: 4343685.

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

Color convert

RGB1337166-
CMYK00.470.500.48
HSL4.48º33.67%39.02%-
HSV(B)4.48º50.38%52.16%-
XYZ12.919.896.38-
YUV88.97115.04159.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=49.26%
G=26.30%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133716600.470.500.484.4833.6739.02
Hex85474202F323042227
Octal205107102057626044247
Binary10000101100011110000100101111110010110000100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854742; }

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

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

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

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

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

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

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

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