#904942

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

Shades of Matrix #904942

Tints of Matrix #904942

Color information

#904942 (or 0x904942) is unknown color: approx Matrix. HEX triplet: 90, 49 and 42. RGB value is (144,73,66). Sum of RGB (Red+Green+Blue) = 144+73+66=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #904942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904942 is #6FB6BD. Grayscale: #5D5D5D. Windows color (decimal): -7321278 or 4344208. OLE color: 4344208.

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

Color convert

RGB1447366-
CMYK00.490.540.44
HSL5.38º37.14%41.18%-
HSV(B)5.38º54.17%56.47%-
XYZ14.8711.096.51-
YUV93.43112.52164.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.88%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=50.88%
G=25.80%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144736600.490.540.445.3837.1441.18
Hex904942031362C52529
Octal220111102061665454551
Binary10010000100100110000100110001110110101100101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904942; }

 p { color: rgb(144,73,66); }

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

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

 a { background-color: rgb(144,73,66); }

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

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

 span { border-color: rgb(144,73,66); }

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