#954B46

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

Shades of Matrix #954B46

Tints of Matrix #954B46

Color information

#954B46 (or 0x954B46) is unknown color: approx Matrix. HEX triplet: 95, 4B and 46. RGB value is (149,75,70). Sum of RGB (Red+Green+Blue) = 149+75+70=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #954B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B46 is #6AB4B9. Grayscale: #606060. Windows color (decimal): -6993082 or 4606869. OLE color: 4606869.

HSL color Cylindrical-coordinate representation of color #954B46: hue angle of 3.8º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954B46 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1497570-
CMYK00.500.530.42
HSL3.8º36.07%42.94%-
HSV(B)3.8º53.02%58.43%-
XYZ16.0211.867.24-
YUV96.56113.02165.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=50.68%
G=25.51%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149757000.500.530.423.836.0742.94
Hex954B46032352A4242b
Octal225113106062655244453
Binary10010101100101110001100110010110101101010100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954B46; }

 p { color: rgb(149,75,70); }

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

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

 a { background-color: rgb(149,75,70); }

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

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

 span { border-color: rgb(149,75,70); }

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