#854745

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

Shades of Matrix #854745

Tints of Matrix #854745

Color information

#854745 (or 0x854745) is unknown color: approx Matrix. HEX triplet: 85, 47 and 45. RGB value is (133,71,69). Sum of RGB (Red+Green+Blue) = 133+71+69=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854745 is #7AB8BA. Grayscale: #595959. Windows color (decimal): -8042683 or 4540293. OLE color: 4540293.

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

Color convert

RGB1337169-
CMYK00.470.480.48
HSL1.88º31.68%39.61%-
HSV(B)1.88º48.12%52.16%-
XYZ139.926.86-
YUV89.31116.54159.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=48.72%
G=26.01%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133716900.470.480.481.8831.6839.61
Hex85474502F303022028
Octal205107105057606024050
Binary1000010110001111000101010111111000011000010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854745; }

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

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

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

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

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

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

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

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