#904846

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

Shades of Matrix #904846

Tints of Matrix #904846

Color information

#904846 (or 0x904846) is unknown color: approx Matrix. HEX triplet: 90, 48 and 46. RGB value is (144,72,70). Sum of RGB (Red+Green+Blue) = 144+72+70=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #904846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904846 is #6FB7B9. Grayscale: #5D5D5D. Windows color (decimal): -7321530 or 4606096. OLE color: 4606096.

HSL color Cylindrical-coordinate representation of color #904846: hue angle of 1.62º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904846 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB1447270-
CMYK00.500.510.44
HSL1.62º34.58%41.96%-
HSV(B)1.62º51.39%56.47%-
XYZ14.9211.017.13-
YUV93.3114.85164.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.35%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 70 (27.73% from 255) = 24.48%
R=50.35%
G=25.17%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144727000.500.510.441.6234.5841.96
Hex904846032332C2232a
Octal220110106062635424352
Binary1001000010010001000110011001011001110110010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904846; }

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

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

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

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

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

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

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

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