#944B46

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

Shades of Matrix #944B46

Tints of Matrix #944B46

Color information

#944B46 (or 0x944B46) is unknown color: approx Matrix. HEX triplet: 94, 4B and 46. RGB value is (148,75,70). Sum of RGB (Red+Green+Blue) = 148+75+70=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #944B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B46 is #6BB4B9. Grayscale: #606060. Windows color (decimal): -7058618 or 4606868. OLE color: 4606868.

HSL color Cylindrical-coordinate representation of color #944B46: hue angle of 3.85º 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 #944B46 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1487570-
CMYK00.490.530.42
HSL3.85º35.78%42.75%-
HSV(B)3.85º52.7%58.04%-
XYZ15.8311.777.23-
YUV96.26113.18164.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=50.51%
G=25.60%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148757000.490.530.423.8535.7842.75
Hex944B46031352A4242b
Octal224113106061655244453
Binary10010100100101110001100110001110101101010100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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