#904B41

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

Shades of Matrix #904B41

Tints of Matrix #904B41

Color information

#904B41 (or 0x904B41) is unknown color: approx Matrix. HEX triplet: 90, 4B and 41. RGB value is (144,75,65). Sum of RGB (Red+Green+Blue) = 144+75+65=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #904B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904B41 is #6FB4BE. Grayscale: #5E5E5E. Windows color (decimal): -7320767 or 4279184. OLE color: 4279184.

HSL color Cylindrical-coordinate representation of color #904B41: hue angle of 7.59º 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 #904B41 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1447565-
CMYK00.480.550.44
HSL7.59º37.8%40.98%-
HSV(B)7.59º54.86%56.47%-
XYZ14.9711.346.4-
YUV94.49111.36163.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 75 (29.69% from 255) = 26.41%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=50.70%
G=26.41%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144756500.480.550.447.5937.840.98
Hex904B41030372C82629
Octal2201131010606754104651
Binary100100001001011100000101100001101111011001000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904B41; }

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

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

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

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

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

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

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

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