#904842

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

Shades of Matrix #904842

Tints of Matrix #904842

Color information

#904842 (or 0x904842) is unknown color: approx Matrix. HEX triplet: 90, 48 and 42. RGB value is (144,72,66). Sum of RGB (Red+Green+Blue) = 144+72+66=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #904842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904842 is #6FB7BD. Grayscale: #5C5C5C. Windows color (decimal): -7321534 or 4343952. OLE color: 4343952.

HSL color Cylindrical-coordinate representation of color #904842: hue angle of 4.62º 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 #904842 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB1447266-
CMYK00.500.540.44
HSL4.62º37.14%41.18%-
HSV(B)4.62º54.17%56.47%-
XYZ14.810.966.49-
YUV92.84112.85164.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.06%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=51.06%
G=25.53%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144726600.500.540.444.6237.1441.18
Hex904842032362C52529
Octal220110102062665454551
Binary10010000100100010000100110010110110101100101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904842; }

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

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

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

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

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

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

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

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