#854944

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

Shades of Matrix #854944

Tints of Matrix #854944

Color information

#854944 (or 0x854944) is unknown color: approx Matrix. HEX triplet: 85, 49 and 44. RGB value is (133,73,68). Sum of RGB (Red+Green+Blue) = 133+73+68=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #854944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854944 is #7AB6BB. Grayscale: #5A5A5A. Windows color (decimal): -8042172 or 4475269. OLE color: 4475269.

HSL color Cylindrical-coordinate representation of color #854944: hue angle of 4.62º 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 #854944 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB1337368-
CMYK00.450.490.48
HSL4.62º32.34%39.41%-
HSV(B)4.62º48.87%52.16%-
XYZ13.110.176.74-
YUV90.37115.38158.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=48.54%
G=26.64%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133736800.450.490.484.6232.3439.41
Hex85494402D313052027
Octal205111104055616054047
Binary10000101100100110001000101101110001110000101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854944; }

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

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

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

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

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

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

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

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