#954945

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

Shades of Matrix #954945

Tints of Matrix #954945

Color information

#954945 (or 0x954945) is unknown color: approx Matrix. HEX triplet: 95, 49 and 45. RGB value is (149,73,69). Sum of RGB (Red+Green+Blue) = 149+73+69=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #954945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954945 is #6AB6BA. Grayscale: #5F5F5F. Windows color (decimal): -6993595 or 4540821. OLE color: 4540821.

HSL color Cylindrical-coordinate representation of color #954945: hue angle of 3º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954945 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1497369-
CMYK00.510.540.42
HSL36.7%42.75%-
HSV(B)53.69%58.43%-
XYZ15.8511.587.03-
YUV95.27113.18166.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=51.20%
G=25.09%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149736900.510.540.42336.742.75
Hex954945033362A3252b
Octal225111105063665234553
Binary1001010110010011000101011001111011010101011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954945; }

 p { color: rgb(149,73,69); }

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

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

 a { background-color: rgb(149,73,69); }

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

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

 span { border-color: rgb(149,73,69); }

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