#904840

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

Shades of Matrix #904840

Tints of Matrix #904840

Color information

#904840 (or 0x904840) is unknown color: approx Matrix. HEX triplet: 90, 48 and 40. RGB value is (144,72,64). Sum of RGB (Red+Green+Blue) = 144+72+64=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #904840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904840 is #6FB7BF. Grayscale: #5C5C5C. Windows color (decimal): -7321536 or 4212880. OLE color: 4212880.

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

Color convert

RGB1447264-
CMYK00.500.560.44
HSL38.46%40.78%-
HSV(B)55.56%56.47%-
XYZ14.7410.936.18-
YUV92.62111.85164.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=51.43%
G=25.71%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144726400.500.560.44638.4640.78
Hex904840032382C62629
Octal220110100062705464651
Binary10010000100100010000000110010111000101100110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904840; }

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

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

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

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

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

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

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

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