#904940

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

Shades of Matrix #904940

Tints of Matrix #904940

Color information

#904940 (or 0x904940) is unknown color: approx Matrix. HEX triplet: 90, 49 and 40. RGB value is (144,73,64). Sum of RGB (Red+Green+Blue) = 144+73+64=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #904940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904940 is #6FB6BF. Grayscale: #5D5D5D. Windows color (decimal): -7321280 or 4213136. OLE color: 4213136.

HSL color Cylindrical-coordinate representation of color #904940: hue angle of 6.75º degrees, saturation: 0.38, 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 #904940 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB1447364-
CMYK00.490.560.44
HSL6.75º38.46%40.78%-
HSV(B)6.75º55.56%56.47%-
XYZ14.8111.066.21-
YUV93.2111.52164.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.25%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=51.25%
G=25.98%
B=22.78%

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
Decimal144736400.490.560.446.7538.4640.78
Hex904940031382C72629
Octal220111100061705474651
Binary10010000100100110000000110001111000101100111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904940; }

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

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

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

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

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

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

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

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