#904A3F

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

Shades of Matrix #904A3F

Tints of Matrix #904A3F

Color information

#904A3F (or 0x904A3F) is unknown color: approx Matrix. HEX triplet: 90, 4A and 3F. RGB value is (144,74,63). Sum of RGB (Red+Green+Blue) = 144+74+63=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #904A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A3F is #6FB5C0. Grayscale: #5D5D5D. Windows color (decimal): -7321025 or 4147856. OLE color: 4147856.

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

Color convert

RGB1447463-
CMYK00.490.560.44
HSL8.15º39.13%40.59%-
HSV(B)8.15º56.25%56.47%-
XYZ14.8511.196.08-
YUV93.68110.69163.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.25%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 63 (25% from 255) = 22.42%
R=51.25%
G=26.33%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144746300.490.560.448.1539.1340.59
Hex904A3F031382C82729
Octal220112770617054104751
Binary10010000100101011111101100011110001011001000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,74,63); }

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

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

 a { background-color: rgb(144,74,63); }

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

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

 span { border-color: rgb(144,74,63); }

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