#904741

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

Shades of Matrix #904741

Tints of Matrix #904741

Color information

#904741 (or 0x904741) is unknown color: approx Matrix. HEX triplet: 90, 47 and 41. RGB value is (144,71,65). Sum of RGB (Red+Green+Blue) = 144+71+65=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #904741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904741 is #6FB8BE. Grayscale: #5C5C5C. Windows color (decimal): -7321791 or 4278160. OLE color: 4278160.

HSL color Cylindrical-coordinate representation of color #904741: hue angle of 4.56º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904741 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1447165-
CMYK00.510.550.44
HSL4.56º37.8%40.98%-
HSV(B)4.56º54.86%56.47%-
XYZ14.7110.826.31-
YUV92.14112.68164.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=51.43%
G=25.36%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144716500.510.550.444.5637.840.98
Hex904741033372C52629
Octal220107101063675454651
Binary10010000100011110000010110011110111101100101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904741; }

 p { color: rgb(144,71,65); }

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

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

 a { background-color: rgb(144,71,65); }

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

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

 span { border-color: rgb(144,71,65); }

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