#854544

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

Shades of Matrix #854544

Tints of Matrix #854544

Color information

#854544 (or 0x854544) is unknown color: approx Matrix. HEX triplet: 85, 45 and 44. RGB value is (133,69,68). Sum of RGB (Red+Green+Blue) = 133+69+68=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #854544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854544 is #7ABABB. Grayscale: #585858. Windows color (decimal): -8043196 or 4474245. OLE color: 4474245.

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

Color convert

RGB1336968-
CMYK00.480.490.48
HSL0.92º32.34%39.41%-
HSV(B)0.92º48.87%52.16%-
XYZ12.849.666.66-
YUV88.02116.7160.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 68 (26.95% from 255) = 25.19%
R=49.26%
G=25.56%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133696800.480.490.480.9232.3439.41
Hex854544030313012027
Octal205105104060616014047
Binary100001011000101100010001100001100011100001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854544; }

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

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

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

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

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

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

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

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