#854543

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

Shades of Matrix #854543

Tints of Matrix #854543

Color information

#854543 (or 0x854543) is unknown color: approx Matrix. HEX triplet: 85, 45 and 43. RGB value is (133,69,67). Sum of RGB (Red+Green+Blue) = 133+69+67=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854543 is #7ABABC. Grayscale: #575757. Windows color (decimal): -8043197 or 4408709. OLE color: 4408709.

HSL color Cylindrical-coordinate representation of color #854543: hue angle of 1.82º degrees, saturation: 0.33, 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 #854543 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB1336967-
CMYK00.480.500.48
HSL1.82º33%39.22%-
HSV(B)1.82º49.62%52.16%-
XYZ12.819.656.5-
YUV87.91116.2160.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 67 (26.56% from 255) = 24.91%
R=49.44%
G=25.65%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133696700.480.500.481.823339.22
Hex854543030323022127
Octal205105103060626024147
Binary1000010110001011000011011000011001011000010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854543; }

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

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

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

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

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

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

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

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